PodSpecV1.ShareProcessNamespace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the pod should share a single process namespace with all containers within the pod. If enabled, processes within one container can view and interact with processes in other containers, subject to namespace and security constraints.
[YamlDotNet.Serialization.YamlMember(Alias="shareProcessNamespace")]
public bool? ShareProcessNamespace { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="shareProcessNamespace")>]
member this.ShareProcessNamespace : Nullable<bool> with get, set
Public Property ShareProcessNamespace As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute