Class TopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>

    • Constructor Detail

      • TopologySpreadConstraintFluent

        public TopologySpreadConstraintFluent()
    • 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()
      • getMaxSkew

        public Integer getMaxSkew()
      • withMaxSkew

        public A withMaxSkew​(Integer maxSkew)
      • hasMaxSkew

        public boolean hasMaxSkew()
      • getMinDomains

        public Integer getMinDomains()
      • withMinDomains

        public A withMinDomains​(Integer minDomains)
      • hasMinDomains

        public boolean hasMinDomains()
      • getNodeAffinityPolicy

        public String getNodeAffinityPolicy()
      • withNodeAffinityPolicy

        public A withNodeAffinityPolicy​(String nodeAffinityPolicy)
      • hasNodeAffinityPolicy

        public boolean hasNodeAffinityPolicy()
      • getNodeTaintsPolicy

        public String getNodeTaintsPolicy()
      • withNodeTaintsPolicy

        public A withNodeTaintsPolicy​(String nodeTaintsPolicy)
      • hasNodeTaintsPolicy

        public boolean hasNodeTaintsPolicy()
      • getTopologyKey

        public String getTopologyKey()
      • withTopologyKey

        public A withTopologyKey​(String topologyKey)
      • hasTopologyKey

        public boolean hasTopologyKey()
      • getWhenUnsatisfiable

        public String getWhenUnsatisfiable()
      • withWhenUnsatisfiable

        public A withWhenUnsatisfiable​(String whenUnsatisfiable)
      • hasWhenUnsatisfiable

        public boolean hasWhenUnsatisfiable()
      • 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()