Update UserNamespaceSupport feature gate name

Kubernetes-commit: a56378d9fcb936a52a98e7ddbf1c3749db5d4b20
This commit is contained in:
carlory 2025-04-29 16:15:41 +08:00 committed by Kubernetes Publisher
parent c57578d1f5
commit 138f347175
1 changed files with 2 additions and 2 deletions

View File

@ -923,7 +923,7 @@ type KubeletConfiguration struct {
FailCgroupV1 *bool `json:"failCgroupV1,omitempty"` FailCgroupV1 *bool `json:"failCgroupV1,omitempty"`
// UserNamespaces contains User Namespace configurations. // UserNamespaces contains User Namespace configurations.
// +featureGate=UserNamespaceSupport // +featureGate=UserNamespacesSupport
// +optional // +optional
UserNamespaces *UserNamespaces `json:"userNamespaces,omitempty"` UserNamespaces *UserNamespaces `json:"userNamespaces,omitempty"`
} }
@ -1131,7 +1131,7 @@ type UserNamespaces struct {
// Changing the value may require recreating all containers on the node. // Changing the value may require recreating all containers on the node.
// //
// Default: 65536 // Default: 65536
// +featureGate=UserNamespaceSupport // +featureGate=UserNamespacesSupport
// +optional // +optional
IDsPerPod *int64 `json:"idsPerPod,omitempty"` IDsPerPod *int64 `json:"idsPerPod,omitempty"`
} }