public class OverheadFluent<A extends OverheadFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
OverheadFluent() |
OverheadFluent(Overhead instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map) |
A |
addToPodFixed(String key,
io.fabric8.kubernetes.api.model.Quantity value) |
protected void |
copyInstance(Overhead instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,io.fabric8.kubernetes.api.model.Quantity> |
getPodFixed() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasPodFixed() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map) |
A |
removeFromPodFixed(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic OverheadFluent()
public OverheadFluent(Overhead instance)
protected void copyInstance(Overhead instance)
public A removeFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)
public <K,V> A withPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
public boolean hasPodFixed()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OverheadFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OverheadFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.