ContainerServiceFleetPropertySelectorRequirement 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.
PropertySelectorRequirement is a specific property requirement when picking clusters for resource placement.
public class ContainerServiceFleetPropertySelectorRequirement : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetPropertySelectorRequirement>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetPropertySelectorRequirement>
type ContainerServiceFleetPropertySelectorRequirement = class
interface IJsonModel<ContainerServiceFleetPropertySelectorRequirement>
interface IPersistableModel<ContainerServiceFleetPropertySelectorRequirement>
Public Class ContainerServiceFleetPropertySelectorRequirement
Implements IJsonModel(Of ContainerServiceFleetPropertySelectorRequirement), IPersistableModel(Of ContainerServiceFleetPropertySelectorRequirement)
- Inheritance
-
ContainerServiceFleetPropertySelectorRequirement
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceFleetPropertySelectorRequirement(String, ContainerServiceFleetPropertySelectorOperator, IEnumerable<String>) |
Initializes a new instance of ContainerServiceFleetPropertySelectorRequirement. |
Properties
| Name | Description |
|---|---|
| Name |
Name is the name of the property; it should be a Kubernetes label name. |
| Operator |
Operator specifies the relationship between a cluster's observed value of the specified property and the values given in the requirement. |
| Values |
Values are a list of values of the specified property which Fleet will compare against the observed values of individual member clusters in accordance with the given operator. At this moment, each value should be a Kubernetes quantity. For more information, see https://pkg.go.dev/k8s.io/apimachinery/pkg/api/resource#Quantity. If the operator is Gt (greater than), Ge (greater than or equal to), Lt (less than), or |