From f5936d132a3fe327e05c3b74b182cbb106310a14 Mon Sep 17 00:00:00 2001 From: Irbe Krumina Date: Wed, 12 Jun 2024 16:15:12 +0100 Subject: [PATCH] kube: fix typo (#12437) Updates#cleanup Signed-off-by: Irbe Krumina --- kube/grants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/grants.go b/kube/grants.go index 0641a9e16..c1279e62e 100644 --- a/kube/grants.go +++ b/kube/grants.go @@ -29,10 +29,10 @@ type KubernetesCapRule struct { // be sent to the tsrecorder. This field does not exist in the user // provided ACL grants - it is populated by control, which obtains the // addresses by resolving the tags provided via `Recorders` field. - RecorderAddrs []netip.AddrPort `json:"recoderAddrs,omitempty"` + RecorderAddrs []netip.AddrPort `json:"recorderAddrs,omitempty"` // EnforceRecorder defines whether a kubectl exec session from a client // matching `src` to an API server proxy matching `dst` should fail - // closed if it cannot be recorded (i.e if no recoder can be reached). + // closed if it cannot be recorded (i.e if no recorder can be reached). // Default is to fail open. // The field name matches `EnforceRecorder` field with equal semantics for Tailscale SSH // session recorder.