Merge pull request #90499 from knabben/kubelet-testing-flags

Deprecating Kubelet not used testing flags
This commit is contained in:
Kubernetes Prow Robot
2020-05-13 15:58:37 -07:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -405,7 +405,7 @@ type KubeletWebhookAuthentication struct {
CacheTTL metav1.Duration
}
// KubeletAnonymousAuthentication enables anonymous requests to the kubetlet server.
// KubeletAnonymousAuthentication enables anonymous requests to the kubelet server.
type KubeletAnonymousAuthentication struct {
// enabled allows anonymous requests to the kubelet server.
// Requests that are not rejected by another authentication method are treated as anonymous requests.