ObjectFieldSelectorV1 Properties
Class Properties 2 members
ObjectFieldSelectorV1 represents a selector that identifies a specific field of an object. It is used to specify the path to a field in the resource’s object structure and optionally, an API version to interpret the specified field.
Gets or sets the API version of the referenced Kubernetes resource. This property specifies the version of the Kubernetes API to which the referenced resource belongs and is typically used to ensure compatibility with the desired resource schema.
public string ApiVersion { get; set; } Gets or sets the field path of the object to select. This property specifies the path to the field within a Kubernetes resource object.
public string FieldPath { get; set; }