Class V1TopologySelectorTerm

java.lang.Object
io.kubernetes.client.openapi.models.V1TopologySelectorTerm

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-02T17:56:12.287571Z[Etc/UTC]") 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

    • SERIALIZED_NAME_MATCH_LABEL_EXPRESSIONS

      public static final String SERIALIZED_NAME_MATCH_LABEL_EXPRESSIONS
      See Also:
    • openapiFields

      public static HashSet<String> openapiFields
    • openapiRequiredFields

      public static HashSet<String> openapiRequiredFields
  • Constructor Details

    • V1TopologySelectorTerm

      public V1TopologySelectorTerm()
  • Method Details