ObjectMetaV1.OwnerReferences 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.
Represents a list of owner references for a Kubernetes object.
[YamlDotNet.Serialization.YamlMember(Alias="ownerReferences")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.OwnerReferenceV1> OwnerReferences { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="ownerReferences")>]
member this.OwnerReferences : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.OwnerReferenceV1>
Public ReadOnly Property OwnerReferences As List(Of OwnerReferenceV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The OwnerReferences
property contains metadata about the relationships between a Kubernetes object and its owners. Each owner reference defines the owning object's unique identifier, name, and control behavior. This property is typically used to manage cascading deletes and ensure proper ownership hierarchy within Kubernetes resources.