public interface V1beta1OverheadFluent<A extends V1beta1OverheadFluent<A>> extends Fluent<A>
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) |
Map<String,io.kubernetes.client.custom.Quantity> |
getPodFixed() |
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) |
Boolean hasPodFixed()
Copyright © 2021. All rights reserved.