FieldSelectorRequirementV1
Class sealed net10.0
Represents a requirement used in a field selector in Kubernetes resources. This class is used to specify a filtering condition based on certain attributes or values of a Kubernetes resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class FieldSelectorRequirementV1{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesKeyget; setstring Gets or sets the key used in the field selector requirement. Represents the field key to match within the Kubernetes resource.
Operatorget; setstring Gets or sets the operator used to compare a field key against specified values.
ValuesgetList<string> Gets the list of values associated with this field selector requirement.