ObjectReferenceV1.FieldPath Property

Definition

Gets or sets the field within the object that the reference points to.

[YamlDotNet.Serialization.YamlMember(Alias="fieldPath")]
public string FieldPath { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fieldPath")>]
member this.FieldPath : string with get, set
Public Property FieldPath As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The field path is used to refer to a specific field within the referenced object. This property is particularly useful when working with object selectors or when referencing sub-fields of an object in Kubernetes resources.

Applies to