public class TolerationFluent<A extends TolerationFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
TolerationFluent() |
TolerationFluent(Toleration instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(Toleration instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEffect() |
String |
getKey() |
String |
getOperator() |
Long |
getTolerationSeconds() |
String |
getValue() |
boolean |
hasAdditionalProperties() |
boolean |
hasEffect() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasOperator() |
boolean |
hasTolerationSeconds() |
boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withOperator(String operator) |
A |
withTolerationSeconds(Long tolerationSeconds) |
A |
withValue(String value) |
public TolerationFluent()
public TolerationFluent(Toleration instance)
protected void copyInstance(Toleration instance)
public String getEffect()
public boolean hasEffect()
public String getKey()
public boolean hasKey()
public String getOperator()
public boolean hasOperator()
public Long getTolerationSeconds()
public boolean hasTolerationSeconds()
public String getValue()
public boolean hasValue()
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 TolerationFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TolerationFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.