PodSpecV1.ShareProcessNamespace Property

Definition

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

Applies to