FieldSelectorAttributesV1
Class sealed net10.0
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.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class FieldSelectorAttributesV1{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesRawSelectorget; setstring 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.
Requirementsget 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.