OwnerReferenceV1.BlockOwnerDeletion 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.
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