From 2547993b4ab662d90190491540705b33586f444b Mon Sep 17 00:00:00 2001 From: Gerard Hickey Date: Sat, 30 Mar 2019 18:54:17 -0700 Subject: [PATCH] Fixed default value for ConfigMapAndSecretChangeDetectionStrategy --- staging/src/k8s.io/kubelet/config/v1beta1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubelet/config/v1beta1/types.go b/staging/src/k8s.io/kubelet/config/v1beta1/types.go index 4abe387773d..3d88e55adea 100644 --- a/staging/src/k8s.io/kubelet/config/v1beta1/types.go +++ b/staging/src/k8s.io/kubelet/config/v1beta1/types.go @@ -663,7 +663,7 @@ type KubeletConfiguration struct { ContainerLogMaxFiles *int32 `json:"containerLogMaxFiles,omitempty"` // ConfigMapAndSecretChangeDetectionStrategy is a mode in which // config map and secret managers are running. - // Default: "Watching" + // Default: "Watch" // +optional ConfigMapAndSecretChangeDetectionStrategy ResourceChangeDetectionStrategy `json:"configMapAndSecretChangeDetectionStrategy,omitempty"`