tailscale/k8s-operator
David Bond 85d6ba9473
cmd/k8s-operator: migrate to tailscale-client-go-v2 (#19010)
This commit modifies the kubernetes operator to use the `tailscale-client-go-v2`
package instead of the internal tailscale client it was previously using. This
now gives us the ability to expand out custom resources and features as they
become available via the API module.

The tailnet reconciler has also been modified to manage clients as tailnets
are created and removed, providing each subsequent reconciler with a single
`ClientProvider` that obtains a tailscale client for the respective tailnet
by name, or the operator's default when presented with a blank string.

Fixes: https://github.com/tailscale/corp/issues/38418

Signed-off-by: David Bond <davidsbond93@gmail.com>
2026-04-09 14:39:46 +01:00
..
api-proxy cmd/k8s-proxy: use L4 TCPForward instead of L7 HTTP proxy (#18179) 2026-03-05 18:47:54 +00:00
apis cmd/k8s-operator,k8s-operator: define ProxyGroupPolicy reconciler (#18654) 2026-02-18 09:34:55 +00:00
reconciler cmd/k8s-operator: migrate to tailscale-client-go-v2 (#19010) 2026-04-09 14:39:46 +01:00
sessionrecording k8s-operator/sessionrecording/ws: unify Read/Write frame parsing (#19227) 2026-04-07 15:59:10 -04:00
tsclient cmd/k8s-operator: migrate to tailscale-client-go-v2 (#19010) 2026-04-09 14:39:46 +01:00
api-docs-config.yaml all: remove AUTHORS file and references to it 2026-01-23 15:49:45 -08:00
api.md k8s-operator,cmd/k8s-operator: define ProxyGroupPolicy CRD (#18614) 2026-02-13 16:04:34 +00:00
conditions_test.go all: remove AUTHORS file and references to it 2026-01-23 15:49:45 -08:00
conditions.go all: remove AUTHORS file and references to it 2026-01-23 15:49:45 -08:00
utils.go all: remove AUTHORS file and references to it 2026-01-23 15:49:45 -08:00