public class V1alpha1OverheadFluentImpl<A extends V1alpha1OverheadFluent<A>> extends BaseFluent<A> implements V1alpha1OverheadFluent<A>
_visitables
Constructor and Description |
---|
V1alpha1OverheadFluentImpl() |
V1alpha1OverheadFluentImpl(V1alpha1Overhead instance) |
Modifier and Type | Method and Description |
---|---|
A |
addToPodFixed(Map<String,Quantity> map) |
A |
addToPodFixed(String key,
Quantity value) |
boolean |
equals(Object o) |
Map<String,Quantity> |
getPodFixed() |
Boolean |
hasPodFixed() |
A |
removeFromPodFixed(Map<String,Quantity> map) |
A |
removeFromPodFixed(String key) |
A |
withPodFixed(Map<String,Quantity> podFixed) |
public V1alpha1OverheadFluentImpl()
public V1alpha1OverheadFluentImpl(V1alpha1Overhead instance)
public A addToPodFixed(String key, Quantity value)
addToPodFixed
in interface V1alpha1OverheadFluent<A extends V1alpha1OverheadFluent<A>>
public A addToPodFixed(Map<String,Quantity> map)
addToPodFixed
in interface V1alpha1OverheadFluent<A extends V1alpha1OverheadFluent<A>>
public A removeFromPodFixed(String key)
removeFromPodFixed
in interface V1alpha1OverheadFluent<A extends V1alpha1OverheadFluent<A>>
public A removeFromPodFixed(Map<String,Quantity> map)
removeFromPodFixed
in interface V1alpha1OverheadFluent<A extends V1alpha1OverheadFluent<A>>
public Map<String,Quantity> getPodFixed()
getPodFixed
in interface V1alpha1OverheadFluent<A extends V1alpha1OverheadFluent<A>>
public A withPodFixed(Map<String,Quantity> podFixed)
withPodFixed
in interface V1alpha1OverheadFluent<A extends V1alpha1OverheadFluent<A>>
public Boolean hasPodFixed()
hasPodFixed
in interface V1alpha1OverheadFluent<A extends V1alpha1OverheadFluent<A>>
Copyright © 2020. All rights reserved.