OwnerReferenceV1.Controller Property

Definition

A property that indicates whether the current object is a controller for the associated resource. If true, it signifies that this object actively manages the resource and ensures its state matches the desired state defined by the controller.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to