ObjectReferenceV1.FieldPath 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.
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.