Merge pull request #84356 from verb/pid-ga

Promote PodProcessNamespaceSharing feature to GA
This commit is contained in:
Kubernetes Prow Robot
2019-11-13 09:25:42 -08:00
committed by GitHub
12 changed files with 6 additions and 181 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