We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afefc0b commit 2547993Copy full SHA for 2547993
staging/src/k8s.io/kubelet/config/v1beta1/types.go
@@ -663,7 +663,7 @@ type KubeletConfiguration struct {
663
ContainerLogMaxFiles *int32 `json:"containerLogMaxFiles,omitempty"`
664
// ConfigMapAndSecretChangeDetectionStrategy is a mode in which
665
// config map and secret managers are running.
666
- // Default: "Watching"
+ // Default: "Watch"
667
// +optional
668
ConfigMapAndSecretChangeDetectionStrategy ResourceChangeDetectionStrategy `json:"configMapAndSecretChangeDetectionStrategy,omitempty"`
669
0 commit comments