Class Overhead
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.node.v1.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 OverheadBuilderedit()Map<String,Object>getAdditionalProperties()Map<String,io.fabric8.kubernetes.api.model.Quantity>getPodFixed()podFixed represents the fixed resource overhead associated with running a pod.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)podFixed represents the fixed resource overhead associated with running a pod.OverheadBuildertoBuilder()
-
-
-
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:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<OverheadBuilder>
-
toBuilder
public OverheadBuilder toBuilder()
-
-