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/k8s-operator/apis/v1alpha1
Tom Proctor cab2e6ea67
cmd/k8s-operator,k8s-operator: add ProxyGroup CRD (#13591)
The ProxyGroup CRD specifies a set of N pods which will each be a
tailnet device, and will have M different ingress or egress services
mapped onto them. It is the mechanism for specifying how highly
available proxies need to be. This commit only adds the definition, no
controller loop, and so it is not currently functional.

This commit also splits out TailnetDevice and RecorderTailnetDevice
into separate structs because the URL field is specific to recorders,
but we want a more generic struct for use in the ProxyGroup status field.

Updates #13406

Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
4 weeks ago
..
doc.go cmd/k8s-operator: operator can create subnetrouter (#9505) 11 months ago
register.go cmd/k8s-operator,k8s-operator,kube: Add TSRecorder CRD + controller (#13299) 1 month ago
types_connector.go cmd/k8s-operator, k8s-operator: fix outdated kb links (#13585) 4 weeks ago
types_proxyclass.go cmd/k8s-operator, k8s-operator: fix outdated kb links (#13585) 4 weeks ago
types_proxygroup.go cmd/k8s-operator,k8s-operator: add ProxyGroup CRD (#13591) 4 weeks ago
types_recorder.go cmd/k8s-operator,k8s-operator: add ProxyGroup CRD (#13591) 4 weeks ago
types_tsdnsconfig.go cmd/k8s-operator,k8s-operator,kube: Add TSRecorder CRD + controller (#13299) 1 month ago
zz_generated.deepcopy.go cmd/k8s-operator,k8s-operator: add ProxyGroup CRD (#13591) 4 weeks ago