Class PodAffinityTermFluent<A extends PodAffinityTermFluent<A>>

    • Constructor Detail

      • PodAffinityTermFluent

        public PodAffinityTermFluent()
      • PodAffinityTermFluent

        public PodAffinityTermFluent​(PodAffinityTerm instance)
    • Method Detail

      • withLabelSelector

        public A withLabelSelector​(LabelSelector labelSelector)
      • hasLabelSelector

        public boolean hasLabelSelector()
      • addToMatchLabelKeys

        public A addToMatchLabelKeys​(int index,
                                     String item)
      • setToMatchLabelKeys

        public A setToMatchLabelKeys​(int index,
                                     String item)
      • addToMatchLabelKeys

        public A addToMatchLabelKeys​(String... items)
      • addAllToMatchLabelKeys

        public A addAllToMatchLabelKeys​(Collection<String> items)
      • removeFromMatchLabelKeys

        public A removeFromMatchLabelKeys​(String... items)
      • removeAllFromMatchLabelKeys

        public A removeAllFromMatchLabelKeys​(Collection<String> items)
      • getMatchLabelKeys

        public List<String> getMatchLabelKeys()
      • getMatchLabelKey

        public String getMatchLabelKey​(int index)
      • getFirstMatchLabelKey

        public String getFirstMatchLabelKey()
      • getLastMatchLabelKey

        public String getLastMatchLabelKey()
      • hasMatchingMatchLabelKey

        public boolean hasMatchingMatchLabelKey​(Predicate<String> predicate)
      • withMatchLabelKeys

        public A withMatchLabelKeys​(List<String> matchLabelKeys)
      • withMatchLabelKeys

        public A withMatchLabelKeys​(String... matchLabelKeys)
      • hasMatchLabelKeys

        public boolean hasMatchLabelKeys()
      • addToMismatchLabelKeys

        public A addToMismatchLabelKeys​(int index,
                                        String item)
      • setToMismatchLabelKeys

        public A setToMismatchLabelKeys​(int index,
                                        String item)
      • addToMismatchLabelKeys

        public A addToMismatchLabelKeys​(String... items)
      • addAllToMismatchLabelKeys

        public A addAllToMismatchLabelKeys​(Collection<String> items)
      • removeFromMismatchLabelKeys

        public A removeFromMismatchLabelKeys​(String... items)
      • removeAllFromMismatchLabelKeys

        public A removeAllFromMismatchLabelKeys​(Collection<String> items)
      • getMismatchLabelKeys

        public List<String> getMismatchLabelKeys()
      • getMismatchLabelKey

        public String getMismatchLabelKey​(int index)
      • getFirstMismatchLabelKey

        public String getFirstMismatchLabelKey()
      • getLastMismatchLabelKey

        public String getLastMismatchLabelKey()
      • getMatchingMismatchLabelKey

        public String getMatchingMismatchLabelKey​(Predicate<String> predicate)
      • hasMatchingMismatchLabelKey

        public boolean hasMatchingMismatchLabelKey​(Predicate<String> predicate)
      • withMismatchLabelKeys

        public A withMismatchLabelKeys​(List<String> mismatchLabelKeys)
      • withMismatchLabelKeys

        public A withMismatchLabelKeys​(String... mismatchLabelKeys)
      • hasMismatchLabelKeys

        public boolean hasMismatchLabelKeys()
      • buildNamespaceSelector

        public LabelSelector buildNamespaceSelector()
      • withNamespaceSelector

        public A withNamespaceSelector​(LabelSelector namespaceSelector)
      • hasNamespaceSelector

        public boolean hasNamespaceSelector()
      • addToNamespaces

        public A addToNamespaces​(int index,
                                 String item)
      • setToNamespaces

        public A setToNamespaces​(int index,
                                 String item)
      • addToNamespaces

        public A addToNamespaces​(String... items)
      • removeFromNamespaces

        public A removeFromNamespaces​(String... items)
      • removeAllFromNamespaces

        public A removeAllFromNamespaces​(Collection<String> items)
      • getNamespaces

        public List<String> getNamespaces()
      • getNamespace

        public String getNamespace​(int index)
      • getFirstNamespace

        public String getFirstNamespace()
      • getLastNamespace

        public String getLastNamespace()
      • hasMatchingNamespace

        public boolean hasMatchingNamespace​(Predicate<String> predicate)
      • withNamespaces

        public A withNamespaces​(List<String> namespaces)
      • withNamespaces

        public A withNamespaces​(String... namespaces)
      • hasNamespaces

        public boolean hasNamespaces()
      • getTopologyKey

        public String getTopologyKey()
      • withTopologyKey

        public A withTopologyKey​(String topologyKey)
      • hasTopologyKey

        public boolean hasTopologyKey()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PodAffinityTermFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PodAffinityTermFluent<A>>