Promote feature PodShareProcessNamespace to GA

This commit is contained in:
Lee Verberne
2019-10-25 12:35:17 +00:00
parent f430a47b60
commit ea1af57eab
3 changed files with 3 additions and 3 deletions

View File

@@ -2812,7 +2812,6 @@ type PodSecurityContext struct {
// in the same pod, and the first process in each container will not be assigned PID 1.
// HostPID and ShareProcessNamespace cannot both be set.
// Optional: Default to false.
// This field is beta-level and may be disabled with the PodShareProcessNamespace feature.
// +k8s:conversion-gen=false
// +optional
ShareProcessNamespace *bool