Skip to content
Docs Try Aspire

FieldSelectorAttributesV1 Properties

Class Properties 2 members
Represents the attributes used for field selection in Kubernetes resources. This class is designed to define constraints or conditions for selecting specific fields within Kubernetes resources, based on field keys and their associated values.
RawSelector Section titled RawSelector string
Represents the raw string form of a field selector in Kubernetes resources. This property allows specifying a field selector directly as a raw string without using structured fields.
public string RawSelector { get; set; }
Gets the collection of field selector requirements used to filter Kubernetes resources. Each requirement specifies a condition for selecting resources based on specific attributes or properties.
public List<FieldSelectorRequirementV1> Requirements { get; }