Class V1TopologySelectorTerm

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1TopologySelectorTerm

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1TopologySelectorTerm extends Object
A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.
  • Field Details

    • JSON_PROPERTY_MATCH_LABEL_EXPRESSIONS

      public static final String JSON_PROPERTY_MATCH_LABEL_EXPRESSIONS
      See Also:
  • Constructor Details

    • V1TopologySelectorTerm

      public V1TopologySelectorTerm()
  • Method Details