Migrating Kubelet testing flags to configuration

This commit is contained in:
Amim Knabben
2020-04-25 21:41:26 -04:00
parent a0344973a3
commit fe9eb1ba46
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.