Class OverheadFluent<A extends OverheadFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.node.v1beta1.OverheadFluent<A>
-
- Direct Known Subclasses:
OverheadBuilder,RuntimeClassFluent.OverheadNested
public class OverheadFluent<A extends OverheadFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description OverheadFluent()OverheadFluent(Overhead instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)AaddToPodFixed(String key, io.fabric8.kubernetes.api.model.Quantity value)AaddToPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)protected voidcopyInstance(Overhead instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()Map<String,io.fabric8.kubernetes.api.model.Quantity>getPodFixed()booleanhasAdditionalProperties()inthashCode()booleanhasPodFixed()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)AremoveFromPodFixed(String key)AremoveFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)<K,V>
AwithPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
-
-
-
Constructor Detail
-
OverheadFluent
public OverheadFluent()
-
OverheadFluent
public OverheadFluent(Overhead instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Overhead instance)
-
removeFromPodFixed
public A removeFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)
-
withPodFixed
public <K,V> A withPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
-
hasPodFixed
public boolean hasPodFixed()
-
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 OverheadFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OverheadFluent<A>>
-
-