Share via


ObjectFieldSelectorV1.FieldPath Property

Definition

Gets or sets the field path of the object to select. This property specifies the path to the field within a Kubernetes resource object.

[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

Applies to