From 1d4002e88bf29d403645e8e2af6dfb0d737143a2 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Thu, 12 Feb 2026 11:14:43 +0100 Subject: [PATCH] Remove references to UserNamespacesSupport feature gate from core types It's GA now. To regenerate the files I did: make WHAT=cmd/kube-apiserver make update While we are there, remove the reference that the field is alpha. Signed-off-by: Rodrigo Campos Kubernetes-commit: 8db51091e82490bccc0018763ba7e05ffb8ab458 --- applyconfigurations/core/v1/podspec.go | 1 - 1 file changed, 1 deletion(-) diff --git a/applyconfigurations/core/v1/podspec.go b/applyconfigurations/core/v1/podspec.go index 7b0c12491..e67c18c41 100644 --- a/applyconfigurations/core/v1/podspec.go +++ b/applyconfigurations/core/v1/podspec.go @@ -233,7 +233,6 @@ type PodSpecApplyConfiguration struct { // When set to false, a new userns is created for the pod. Setting false is useful for // mitigating container breakout vulnerabilities even allowing users to run their // containers as root without actually having root privileges on the host. - // This field is alpha-level and is only honored by servers that enable the UserNamespacesSupport feature. HostUsers *bool `json:"hostUsers,omitempty"` // SchedulingGates is an opaque list of values that if specified will block scheduling the pod. // If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the