public class V1beta1OverheadFluentImpl<A extends V1beta1OverheadFluent<A>> extends BaseFluent<A> implements V1beta1OverheadFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1beta1OverheadFluentImpl() |
V1beta1OverheadFluentImpl(io.kubernetes.client.openapi.models.V1beta1Overhead 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) |
<K,V> A |
withPodFixed(Map<String,io.kubernetes.client.custom.Quantity> podFixed) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1beta1OverheadFluentImpl()
public V1beta1OverheadFluentImpl(io.kubernetes.client.openapi.models.V1beta1Overhead instance)
public A addToPodFixed(String key, io.kubernetes.client.custom.Quantity value)
addToPodFixed
in interface V1beta1OverheadFluent<A extends V1beta1OverheadFluent<A>>
public A addToPodFixed(Map<String,io.kubernetes.client.custom.Quantity> map)
addToPodFixed
in interface V1beta1OverheadFluent<A extends V1beta1OverheadFluent<A>>
public A removeFromPodFixed(String key)
removeFromPodFixed
in interface V1beta1OverheadFluent<A extends V1beta1OverheadFluent<A>>
public A removeFromPodFixed(Map<String,io.kubernetes.client.custom.Quantity> map)
removeFromPodFixed
in interface V1beta1OverheadFluent<A extends V1beta1OverheadFluent<A>>
public Map<String,io.kubernetes.client.custom.Quantity> getPodFixed()
getPodFixed
in interface V1beta1OverheadFluent<A extends V1beta1OverheadFluent<A>>
public <K,V> A withPodFixed(Map<String,io.kubernetes.client.custom.Quantity> podFixed)
withPodFixed
in interface V1beta1OverheadFluent<A extends V1beta1OverheadFluent<A>>
public Boolean hasPodFixed()
hasPodFixed
in interface V1beta1OverheadFluent<A extends V1beta1OverheadFluent<A>>
Copyright © 2021. All rights reserved.