File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
staging/src/k8s.io/kubelet/config/v1beta1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ type KubeletConfiguration struct {
540540CrashLoopBackOff CrashLoopBackOffConfig
541541
542542// UserNamespaces contains User Namespace configurations.
543- // +featureGate=UserNamespaceSupport
543+ // +featureGate=UserNamespacesSupport
544544// +optional
545545UserNamespaces * UserNamespaces
546546}
@@ -893,7 +893,7 @@ type UserNamespaces struct {
893893// Changing the value may require recreating all containers on the node.
894894//
895895// Default: 65536
896- // +featureGate=UserNamespaceSupport
896+ // +featureGate=UserNamespacesSupport
897897// +optional
898898IDsPerPod * int64
899899}
Original file line number Diff line number Diff line change @@ -923,7 +923,7 @@ type KubeletConfiguration struct {
923923FailCgroupV1 * bool `json:"failCgroupV1,omitempty"`
924924
925925// UserNamespaces contains User Namespace configurations.
926- // +featureGate=UserNamespaceSupport
926+ // +featureGate=UserNamespacesSupport
927927// +optional
928928UserNamespaces * UserNamespaces `json:"userNamespaces,omitempty"`
929929}
@@ -1131,7 +1131,7 @@ type UserNamespaces struct {
11311131// Changing the value may require recreating all containers on the node.
11321132//
11331133// Default: 65536
1134- // +featureGate=UserNamespaceSupport
1134+ // +featureGate=UserNamespacesSupport
11351135// +optional
11361136IDsPerPod * int64 `json:"idsPerPod,omitempty"`
11371137}
You can’t perform that action at this time.
0 commit comments