tailscale/cmd/k8s-operator
Irbe Krumina 95dcc1745b
cmd/k8s-operator: reconcile tailscale Ingresses when their backend Services change. (#11255)
This is so that if a backend Service gets created after the Ingress, it gets picked up by the operator.

Updates tailscale/tailscale#11251

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
Co-authored-by: Anton Tolchanov <1687799+knyar@users.noreply.github.com>
2024-02-27 15:19:53 +00:00
..
deploy cmd/k8s-operator: configure all proxies with declarative config (#11238) 2024-02-27 15:14:09 +00:00
generate cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 2024-02-13 05:27:54 +00:00
connector_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 2024-02-27 15:14:09 +00:00
connector.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 2024-02-13 05:27:54 +00:00
ingress_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 2024-02-27 15:14:09 +00:00
ingress.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 2024-02-13 05:27:54 +00:00
operator_test.go cmd/k8s-operator: reconcile tailscale Ingresses when their backend Services change. (#11255) 2024-02-27 15:19:53 +00:00
operator.go cmd/k8s-operator: reconcile tailscale Ingresses when their backend Services change. (#11255) 2024-02-27 15:19:53 +00:00
proxy_test.go all: make use of ctxkey everywhere (#10846) 2024-01-16 13:56:23 -08:00
proxy.go all: make use of ctxkey everywhere (#10846) 2024-01-16 13:56:23 -08:00
proxyclass_test.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 2024-02-13 05:27:54 +00:00
proxyclass.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 2024-02-13 05:27:54 +00:00
sts_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 2024-02-27 15:14:09 +00:00
sts.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 2024-02-27 15:14:09 +00:00
svc.go cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyClass custom resource (#11074) 2024-02-13 05:27:54 +00:00
testutils_test.go cmd/k8s-operator: configure all proxies with declarative config (#11238) 2024-02-27 15:14:09 +00:00