You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, // #nosec G402 -- K8s clusters commonly use self-signed certs; callers that need cert verification should supply their own *http.Client
63
63
},
64
64
}
65
65
}
66
66
67
+
// k8sPlural returns the lowercase plural resource type for a Kubernetes kind.
68
+
// Handles common English pluralization rules that appear in the K8s API.
0 commit comments