Class SpreadConstraintsTermFluent<A extends SpreadConstraintsTermFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.cluster.v1beta1.SpreadConstraintsTermFluent<A>
-
- Direct Known Subclasses:
SpreadConstraintsTermBuilder,SpreadPolicyFluent.SpreadConstraintsNested
public class SpreadConstraintsTermFluent<A extends SpreadConstraintsTermFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description SpreadConstraintsTermFluent()SpreadConstraintsTermFluent(SpreadConstraintsTerm instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(SpreadConstraintsTerm instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()IntegergetMaxSkew()StringgetTopologyKey()StringgetTopologyKeyType()StringgetWhenUnsatisfiable()booleanhasAdditionalProperties()inthashCode()booleanhasMaxSkew()booleanhasTopologyKey()booleanhasTopologyKeyType()booleanhasWhenUnsatisfiable()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithMaxSkew(Integer maxSkew)AwithTopologyKey(String topologyKey)AwithTopologyKeyType(String topologyKeyType)AwithWhenUnsatisfiable(String whenUnsatisfiable)
-
-
-
Constructor Detail
-
SpreadConstraintsTermFluent
public SpreadConstraintsTermFluent()
-
SpreadConstraintsTermFluent
public SpreadConstraintsTermFluent(SpreadConstraintsTerm instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SpreadConstraintsTerm instance)
-
getMaxSkew
public Integer getMaxSkew()
-
hasMaxSkew
public boolean hasMaxSkew()
-
getTopologyKey
public String getTopologyKey()
-
hasTopologyKey
public boolean hasTopologyKey()
-
getTopologyKeyType
public String getTopologyKeyType()
-
hasTopologyKeyType
public boolean hasTopologyKeyType()
-
getWhenUnsatisfiable
public String getWhenUnsatisfiable()
-
hasWhenUnsatisfiable
public boolean hasWhenUnsatisfiable()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SpreadConstraintsTermFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SpreadConstraintsTermFluent<A>>
-
-