Class OverheadFluent<A extends OverheadFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.node.v1alpha1.OverheadFluent<A>
-
- Direct Known Subclasses:
OverheadBuilder
,RuntimeClassSpecFluent.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 A
addToAdditionalProperties(String key, Object value)
A
addToAdditionalProperties(Map<String,Object> map)
A
addToPodFixed(String key, io.fabric8.kubernetes.api.model.Quantity value)
A
addToPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)
protected void
copyInstance(Overhead instance)
boolean
equals(Object o)
Map<String,Object>
getAdditionalProperties()
Map<String,io.fabric8.kubernetes.api.model.Quantity>
getPodFixed()
boolean
hasAdditionalProperties()
int
hashCode()
boolean
hasPodFixed()
A
removeFromAdditionalProperties(String key)
A
removeFromAdditionalProperties(Map<String,Object> map)
A
removeFromPodFixed(String key)
A
removeFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)
String
toString()
<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:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OverheadFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OverheadFluent<A>>
-
-