FieldSelectorAttributesV1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |