Class CapacityRequestPolicyRangeFluent<A extends CapacityRequestPolicyRangeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1.CapacityRequestPolicyRangeFluent<A>
-
- Direct Known Subclasses:
CapacityRequestPolicyFluent.ValidRangeNested,CapacityRequestPolicyRangeBuilder
public class CapacityRequestPolicyRangeFluent<A extends CapacityRequestPolicyRangeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description CapacityRequestPolicyRangeFluent()CapacityRequestPolicyRangeFluent(CapacityRequestPolicyRange 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(CapacityRequestPolicyRange instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.QuantitygetMax()io.fabric8.kubernetes.api.model.QuantitygetMin()io.fabric8.kubernetes.api.model.QuantitygetStep()booleanhasAdditionalProperties()inthashCode()booleanhasMax()booleanhasMin()booleanhasStep()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithMax(io.fabric8.kubernetes.api.model.Quantity max)AwithMin(io.fabric8.kubernetes.api.model.Quantity min)AwithNewMax(String amount)AwithNewMax(String amount, String format)AwithNewMin(String amount)AwithNewMin(String amount, String format)AwithNewStep(String amount)AwithNewStep(String amount, String format)AwithStep(io.fabric8.kubernetes.api.model.Quantity step)
-
-
-
Constructor Detail
-
CapacityRequestPolicyRangeFluent
public CapacityRequestPolicyRangeFluent()
-
CapacityRequestPolicyRangeFluent
public CapacityRequestPolicyRangeFluent(CapacityRequestPolicyRange instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CapacityRequestPolicyRange instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CapacityRequestPolicyRangeFluent<A>>
-
getMax
public io.fabric8.kubernetes.api.model.Quantity getMax()
-
getMin
public io.fabric8.kubernetes.api.model.Quantity getMin()
-
getStep
public io.fabric8.kubernetes.api.model.Quantity getStep()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasMax
public boolean hasMax()
-
hasMin
public boolean hasMin()
-
hasStep
public boolean hasStep()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CapacityRequestPolicyRangeFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withMax
public A withMax(io.fabric8.kubernetes.api.model.Quantity max)
-
withMin
public A withMin(io.fabric8.kubernetes.api.model.Quantity min)
-
withStep
public A withStep(io.fabric8.kubernetes.api.model.Quantity step)
-
-