Share via


FieldSelectorAttributesV1 Class

Definition

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.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class FieldSelectorAttributesV1
[<YamlDotNet.Serialization.YamlSerializable>]
type FieldSelectorAttributesV1 = class
Public NotInheritable Class FieldSelectorAttributesV1
Inheritance
FieldSelectorAttributesV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Constructors

FieldSelectorAttributesV1()

Properties

RawSelector

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.

Requirements

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.

Applies to