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
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>
2 years ago
..
manifests cmd/k8s-operator: update RBAC to allow creating events 2 years ago
ingress.go cmd/k8s-operator: emit event if HTTPS is disabled on Tailnet 2 years ago
operator.go cmd/k8s-operator: add APISERVER_PROXY env 2 years ago
operator_test.go cmd/k8s-operator,cmd/containerboot: add kube egress proxy (#9031) 2 years ago
proxy.go cmd/k8s-operator: add APISERVER_PROXY env 2 years ago
proxy_test.go tailcfg: add RawMessage 2 years ago
sts.go cmd/k8s-operator: emit event if HTTPS is disabled on Tailnet 2 years ago
svc.go cmd/k8s-operator: add metrics to track usage 2 years ago