Class GangSchedulingPolicyFluent<A extends GangSchedulingPolicyFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.scheduling.v1alpha2.GangSchedulingPolicyFluent<A>
-
- Direct Known Subclasses:
GangSchedulingPolicyBuilder,PodGroupSchedulingPolicyFluent.GangNested
public class GangSchedulingPolicyFluent<A extends GangSchedulingPolicyFluent<A>> extends BaseFluent<A>
Generated
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description GangSchedulingPolicyFluent()GangSchedulingPolicyFluent(GangSchedulingPolicy 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(GangSchedulingPolicy instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()IntegergetMinCount()booleanhasAdditionalProperties()inthashCode()booleanhasMinCount()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithMinCount(Integer minCount)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GangSchedulingPolicyFluent
public GangSchedulingPolicyFluent()
-
GangSchedulingPolicyFluent
public GangSchedulingPolicyFluent(GangSchedulingPolicy instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GangSchedulingPolicy instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends GangSchedulingPolicyFluent<A>>
-
getMinCount
public Integer getMinCount()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasMinCount
public boolean hasMinCount()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends GangSchedulingPolicyFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-