Class SpreadConstraintsTermFluent<A extends SpreadConstraintsTermFluent<A>>

    • Constructor Detail

      • SpreadConstraintsTermFluent

        public SpreadConstraintsTermFluent()
    • Method Detail

      • getMaxSkew

        public Integer getMaxSkew()
      • withMaxSkew

        public A withMaxSkew​(Integer maxSkew)
      • hasMaxSkew

        public boolean hasMaxSkew()
      • getTopologyKey

        public String getTopologyKey()
      • withTopologyKey

        public A withTopologyKey​(String topologyKey)
      • hasTopologyKey

        public boolean hasTopologyKey()
      • getTopologyKeyType

        public String getTopologyKeyType()
      • withTopologyKeyType

        public A withTopologyKeyType​(String topologyKeyType)
      • hasTopologyKeyType

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

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