You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/k8s-operator
Jordan Whited 0f4f808e70
wgengine/magicsock: re-shape relayManager to use an event loop (#15935)
The event loop removes the need for growing locking complexities and
synchronization. Now we simply use channels. The event loop only runs
while there is active work to do.

relayManager remains no-op inside magicsock for the time being.
endpoints are never 'relayCapable' and therefore endpoint & Conn will
not feed CallMeMaybeVia or allocation events into it.

A number of relayManager events remain unimplemented, e.g.
CallMeMaybeVia reception and relay handshaking.

Updates tailscale/corp#27502

Signed-off-by: Jordan Whited <jordan@tailscale.com>
9 months ago
..
deploy k8s-operator: add age column to all custom resources (#15663) 10 months ago
e2e
generate
connector.go
connector_test.go
depaware.txt wgengine/magicsock: re-shape relayManager to use an event loop (#15935) 9 months ago
dnsrecords.go
dnsrecords_test.go
egress-eps.go
egress-eps_test.go
egress-pod-readiness.go
egress-pod-readiness_test.go
egress-services-readiness.go
egress-services-readiness_test.go
egress-services.go
egress-services_test.go
ingress-for-pg.go cmd/k8s-operator,k8s-operator: enable HA Ingress again. (#15453) 10 months ago
ingress-for-pg_test.go cmd/{k8s-operator,containerboot}: check TLS cert before advertising VIPService (#15427) 10 months ago
ingress.go cmd/k8s-operator: default ingress paths to '/' if not specified by user (#15706) 10 months ago
ingress_test.go cmd/k8s-operator: default ingress paths to '/' if not specified by user (#15706) 10 months ago
metrics_resources.go
nameserver.go
nameserver_test.go
operator.go cmd/k8s-operator,k8s-operator/api-proxy: move k8s proxy code to library (#15857) 9 months ago
operator_test.go
proxyclass.go
proxyclass_test.go
proxygroup.go cmd/k8s-operator,k8s-operator: allow optionally using LE staging endpoint for Ingress (#15360) 10 months ago
proxygroup_specs.go cmd/{containerboot,k8s-operator},kube/kubetypes: unadvertise ingress services on shutdown (#15451) 10 months ago
proxygroup_test.go cmd/k8s-operator,k8s-operator: allow optionally using LE staging endpoint for Ingress (#15360) 10 months ago
sts.go cmd/k8s-operator,k8s-operator: allow optionally using LE staging endpoint for Ingress (#15360) 10 months ago
sts_test.go
svc.go
testutils_test.go
tsclient.go
tsrecorder.go
tsrecorder_specs.go
tsrecorder_specs_test.go
tsrecorder_test.go