kubernetes/docs/api-reference
Kubernetes Submit Queue 97297dcf4f
Merge pull request #58716 from verb/pid
Automatic merge from submit-queue (batch tested with PRs 58716, 59977, 59316, 59884, 60117). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add ShareProcessNamespace to PodSpec

**What this PR does / why we need it**: This adds an option to the Kubernetes API to configure sharing a process (PID) namespace between the containers in a pod, as described in the [shared pid proposal](https://github.com/verb/community/blob/master/contributors/design-proposals/node/pod-pid-namespace.md).

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
WIP #1615

**Special notes for your reviewer**: 
Questions for API reviewer:
- [ ] Is the documentation sufficient to describe the new option?
- [x] Does the new field better belong in the security context?
- [x] is prepending "alpha" to json/proto fields the right thing to do?

**Release note**:

```release-note
v1.Pod now has a field to configure whether a single process namespace should be shared between all containers in a pod. This feature is in alpha preview.
```
2018-02-21 15:40:35 -08:00
..
admissionregistration.k8s.io Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
apps Generated code for Shared Process Namespace 2018-02-21 19:13:06 +01:00
authentication.k8s.io Update deletionTimestamp with information about finalizer effect 2017-11-03 10:48:48 +08:00
authorization.k8s.io autogenerated 2017-11-03 13:46:29 -07:00
autoscaling Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
batch Generated code for Shared Process Namespace 2018-02-21 19:13:06 +01:00
certificates.k8s.io/v1beta1 Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
events.k8s.io/v1beta1 fix all the typos across the project 2018-02-11 11:04:14 +08:00
extensions/v1beta1 Generated code for Shared Process Namespace 2018-02-21 19:13:06 +01:00
networking.k8s.io/v1 Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
policy/v1beta1 Update generated files. 2018-02-19 20:14:28 +01:00
rbac.authorization.k8s.io Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
scheduling.k8s.io/v1alpha1 autogenerated files 2018-02-18 18:20:10 -08:00
settings.k8s.io/v1alpha1 auto-generated 2018-02-11 11:04:15 +08:00
storage.k8s.io Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
v1 Generated code for Shared Process Namespace 2018-02-21 19:13:06 +01:00
OWNERS Create api-{approvers,reviewers} alias 2017-10-18 10:54:28 -07:00