ObjectFieldSelectorV1.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 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