tailscale/cmd/k8s-operator
Maisem Ali d06b48dd0a tailcfg: add RawMessage
This adds a new RawMessage type backed by string instead of the
json.RawMessage which is backed by []byte. The byte slice makes
the generated views be a lot more defensive than the need to be
which we can get around by using a string instead.

Updates #cleanup

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-09-18 12:00:34 -07:00
..
manifests cmd/k8s-operator: update RBAC to allow creating events 2023-08-28 13:15:04 -07:00
ingress.go cmd/k8s-operator: emit event if HTTPS is disabled on Tailnet 2023-08-30 10:53:40 -07:00
operator_test.go cmd/k8s-operator,cmd/containerboot: add kube egress proxy (#9031) 2023-08-30 08:31:37 +01:00
operator.go cmd/k8s-operator: add APISERVER_PROXY env 2023-09-15 09:18:18 -05:00
proxy_test.go tailcfg: add RawMessage 2023-09-18 12:00:34 -07:00
proxy.go cmd/k8s-operator: add APISERVER_PROXY env 2023-09-15 09:18:18 -05:00
sts.go cmd/k8s-operator: emit event if HTTPS is disabled on Tailnet 2023-08-30 10:53:40 -07:00
svc.go cmd/k8s-operator: add metrics to track usage 2023-08-30 10:33:54 -07:00