OwnerReferenceV1.BlockOwnerDeletion Property

Definition

Specifies whether the deletion of the owner object should be blocked if this dependent object still exists. If set to true, the owner object cannot be deleted until this dependent object is removed. This property is typically used in Kubernetes garbage collection mechanisms.

[YamlDotNet.Serialization.YamlMember(Alias="blockOwnerDeletion")]
public bool? BlockOwnerDeletion { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="blockOwnerDeletion")>]
member this.BlockOwnerDeletion : Nullable<bool> with get, set
Public Property BlockOwnerDeletion As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to