Class OverheadFluentImpl<A extends OverheadFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.node.v1beta1.OverheadFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,OverheadFluent<A>
- Direct Known Subclasses:
OverheadBuilder,RuntimeClassFluentImpl.OverheadNestedImpl
public class OverheadFluentImpl<A extends OverheadFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OverheadFluent<A>
-
-
Constructor Summary
Constructors Constructor Description OverheadFluentImpl()OverheadFluentImpl(Overhead instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToPodFixed(String key, io.fabric8.kubernetes.api.model.Quantity value)AaddToPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)booleanequals(Object o)Map<String,io.fabric8.kubernetes.api.model.Quantity>getPodFixed()inthashCode()BooleanhasPodFixed()AremoveFromPodFixed(String key)AremoveFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)AwithPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
-
-
-
Constructor Detail
-
OverheadFluentImpl
public OverheadFluentImpl()
-
OverheadFluentImpl
public OverheadFluentImpl(Overhead instance)
-
-
Method Detail
-
addToPodFixed
public A addToPodFixed(String key, io.fabric8.kubernetes.api.model.Quantity value)
- Specified by:
addToPodFixedin interfaceOverheadFluent<A extends OverheadFluent<A>>
-
addToPodFixed
public A addToPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)
- Specified by:
addToPodFixedin interfaceOverheadFluent<A extends OverheadFluent<A>>
-
removeFromPodFixed
public A removeFromPodFixed(String key)
- Specified by:
removeFromPodFixedin interfaceOverheadFluent<A extends OverheadFluent<A>>
-
removeFromPodFixed
public A removeFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)
- Specified by:
removeFromPodFixedin interfaceOverheadFluent<A extends OverheadFluent<A>>
-
getPodFixed
public Map<String,io.fabric8.kubernetes.api.model.Quantity> getPodFixed()
- Specified by:
getPodFixedin interfaceOverheadFluent<A extends OverheadFluent<A>>
-
withPodFixed
public A withPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
- Specified by:
withPodFixedin interfaceOverheadFluent<A extends OverheadFluent<A>>
-
hasPodFixed
public Boolean hasPodFixed()
- Specified by:
hasPodFixedin interfaceOverheadFluent<A extends OverheadFluent<A>>
-
-