PropertySelectorOperator type
PropertySelectorOperator is the operator that can be used with PropertySelectorRequirements.
KnownPropertySelectorOperator can be used interchangeably with PropertySelectorOperator,
this enum contains the known values that the service supports.
Known values supported by the service
Gt: Gt dictates Fleet to select cluster if its observed value of a given property is greater than the value specified in the requirement.
Ge: Ge dictates Fleet to select cluster if its observed value of a given property is greater than or equal to the value specified in the requirement.
Eq: Eq dictates Fleet to select cluster if its observed value of a given property is equal to the values specified in the requirement.
Ne: Ne dictates Fleet to select cluster if its observed value of a given property is not equal to the values specified in the requirement.
Lt: Lt dictates Fleet to select cluster if its observed value of a given property is less than the value specified in the requirement.
Le: Le dictates Fleet to select cluster if its observed value of a given property is less than or equal to the value specified in the requirement.
type PropertySelectorOperator = string