public class V1OverheadFluentImpl<A extends V1OverheadFluent<A>> extends BaseFluent<A> implements V1OverheadFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1OverheadFluentImpl() |
V1OverheadFluentImpl(io.kubernetes.client.openapi.models.V1Overhead instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToPodFixed(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
addToPodFixed(String key,
io.kubernetes.client.custom.Quantity value) |
boolean |
equals(Object o) |
Map<String,io.kubernetes.client.custom.Quantity> |
getPodFixed() |
int |
hashCode() |
Boolean |
hasPodFixed() |
A |
removeFromPodFixed(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
removeFromPodFixed(String key) |
String |
toString() |
<K,V> A |
withPodFixed(Map<String,io.kubernetes.client.custom.Quantity> podFixed) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1OverheadFluentImpl()
public V1OverheadFluentImpl(io.kubernetes.client.openapi.models.V1Overhead instance)
public A addToPodFixed(String key, io.kubernetes.client.custom.Quantity value)
addToPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public A addToPodFixed(Map<String,io.kubernetes.client.custom.Quantity> map)
addToPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public A removeFromPodFixed(String key)
removeFromPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public A removeFromPodFixed(Map<String,io.kubernetes.client.custom.Quantity> map)
removeFromPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public Map<String,io.kubernetes.client.custom.Quantity> getPodFixed()
getPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public <K,V> A withPodFixed(Map<String,io.kubernetes.client.custom.Quantity> podFixed)
withPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public Boolean hasPodFixed()
hasPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1OverheadFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1OverheadFluent<A>>Copyright © 2022. All rights reserved.