mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-17 04:52:18 +00:00
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 <rodrigo@amutable.com>
Kubernetes-commit: 8db51091e82490bccc0018763ba7e05ffb8ab458
This commit is contained in:
committed by
Kubernetes Publisher
parent
a63d33951d
commit
1d4002e88b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user