Generated code for ShareProcessNamespace beta

This commit is contained in:
Lee Verberne
2018-07-23 16:51:54 +02:00
parent 85a2f92f5b
commit 3acade424f
19 changed files with 19 additions and 19 deletions

View File

@@ -81508,7 +81508,7 @@
"type": "string"
},
"shareProcessNamespace": {
"description": "Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers 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 alpha-level and is honored only by servers that enable the PodShareProcessNamespace feature.",
"description": "Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers 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.",
"type": "boolean"
},
"subdomain": {