public class OverheadFluentImpl<A extends OverheadFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OverheadFluent<A>
| Constructor and Description |
|---|
OverheadFluentImpl() |
OverheadFluentImpl(Overhead instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map) |
A |
addToPodFixed(String key,
io.fabric8.kubernetes.api.model.Quantity value) |
boolean |
equals(Object o) |
Map<String,io.fabric8.kubernetes.api.model.Quantity> |
getPodFixed() |
int |
hashCode() |
Boolean |
hasPodFixed() |
A |
removeFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map) |
A |
removeFromPodFixed(String key) |
A |
withPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed) |
public OverheadFluentImpl()
public OverheadFluentImpl(Overhead instance)
public A addToPodFixed(String key, io.fabric8.kubernetes.api.model.Quantity value)
addToPodFixed in interface OverheadFluent<A extends OverheadFluent<A>>public A addToPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)
addToPodFixed in interface OverheadFluent<A extends OverheadFluent<A>>public A removeFromPodFixed(String key)
removeFromPodFixed in interface OverheadFluent<A extends OverheadFluent<A>>public A removeFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)
removeFromPodFixed in interface OverheadFluent<A extends OverheadFluent<A>>public Map<String,io.fabric8.kubernetes.api.model.Quantity> getPodFixed()
getPodFixed in interface OverheadFluent<A extends OverheadFluent<A>>public A withPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
withPodFixed in interface OverheadFluent<A extends OverheadFluent<A>>public Boolean hasPodFixed()
hasPodFixed in interface OverheadFluent<A extends OverheadFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.