KnownPropertySelectorOperator enum
PropertySelectorOperator is the operator that can be used with PropertySelectorRequirements.
Fields
| Eq | Eq dictates Fleet to select cluster if its observed value of a given property is equal to the values 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. |
| Gt | Gt dictates Fleet to select cluster if its observed value of a given property is greater 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. |
| Lt | Lt dictates Fleet to select cluster if its observed value of a given property is less than the value 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. |