Class Overhead
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.node.v1alpha1.Overhead
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<OverheadBuilder>
,io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Overhead extends Object implements io.fabric8.kubernetes.api.builder.Editable<OverheadBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Overhead structure represents the resource overhead associated with running a pod.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OverheadBuilder
edit()
Map<String,Object>
getAdditionalProperties()
Map<String,io.fabric8.kubernetes.api.model.Quantity>
getPodFixed()
PodFixed represents the fixed resource overhead associated with running a pod.void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
PodFixed represents the fixed resource overhead associated with running a pod.OverheadBuilder
toBuilder()
-
-
-
Method Detail
-
getPodFixed
public Map<String,io.fabric8.kubernetes.api.model.Quantity> getPodFixed()
PodFixed represents the fixed resource overhead associated with running a pod.
-
setPodFixed
public void setPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
PodFixed represents the fixed resource overhead associated with running a pod.
-
edit
public OverheadBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<OverheadBuilder>
-
toBuilder
public OverheadBuilder toBuilder()
-
-