public class V1TolerationFluentImpl<A extends V1TolerationFluent<A>> extends BaseFluent<A> implements V1TolerationFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1TolerationFluentImpl() |
V1TolerationFluentImpl(io.kubernetes.client.openapi.models.V1Toleration instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEffect() |
String |
getKey() |
String |
getOperator() |
Long |
getTolerationSeconds() |
String |
getValue() |
Boolean |
hasEffect() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasOperator() |
Boolean |
hasTolerationSeconds() |
Boolean |
hasValue() |
String |
toString() |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withOperator(String operator) |
A |
withTolerationSeconds(Long tolerationSeconds) |
A |
withValue(String value) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1TolerationFluentImpl()
public V1TolerationFluentImpl(io.kubernetes.client.openapi.models.V1Toleration instance)
public String getEffect()
getEffect in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public A withEffect(String effect)
withEffect in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public Boolean hasEffect()
hasEffect in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public String getKey()
getKey in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public A withKey(String key)
withKey in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public Boolean hasKey()
hasKey in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public String getOperator()
getOperator in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public A withOperator(String operator)
withOperator in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public Boolean hasOperator()
hasOperator in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public Long getTolerationSeconds()
getTolerationSeconds in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public A withTolerationSeconds(Long tolerationSeconds)
withTolerationSeconds in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public Boolean hasTolerationSeconds()
hasTolerationSeconds in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public String getValue()
getValue in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public A withValue(String value)
withValue in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public Boolean hasValue()
hasValue in interface V1TolerationFluent<A extends V1TolerationFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1TolerationFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1TolerationFluent<A>>Copyright © 2022. All rights reserved.