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 {
540
540
CrashLoopBackOff CrashLoopBackOffConfig
541
541
542
542
// UserNamespaces contains User Namespace configurations.
543
- // +featureGate=UserNamespaceSupport
543
+ // +featureGate=UserNamespacesSupport
544
544
// +optional
545
545
UserNamespaces * UserNamespaces
546
546
}
@@ -893,7 +893,7 @@ type UserNamespaces struct {
893
893
// Changing the value may require recreating all containers on the node.
894
894
//
895
895
// Default: 65536
896
- // +featureGate=UserNamespaceSupport
896
+ // +featureGate=UserNamespacesSupport
897
897
// +optional
898
898
IDsPerPod * int64
899
899
}
Original file line number Diff line number Diff line change @@ -923,7 +923,7 @@ type KubeletConfiguration struct {
923
923
FailCgroupV1 * bool `json:"failCgroupV1,omitempty"`
924
924
925
925
// UserNamespaces contains User Namespace configurations.
926
- // +featureGate=UserNamespaceSupport
926
+ // +featureGate=UserNamespacesSupport
927
927
// +optional
928
928
UserNamespaces * UserNamespaces `json:"userNamespaces,omitempty"`
929
929
}
@@ -1131,7 +1131,7 @@ type UserNamespaces struct {
1131
1131
// Changing the value may require recreating all containers on the node.
1132
1132
//
1133
1133
// Default: 65536
1134
- // +featureGate=UserNamespaceSupport
1134
+ // +featureGate=UserNamespacesSupport
1135
1135
// +optional
1136
1136
IDsPerPod * int64 `json:"idsPerPod,omitempty"`
1137
1137
}
You can’t perform that action at this time.
0 commit comments