Package io.fabric8.kubernetes.api.model
Interface TolerationFluent<A extends TolerationFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.TolerationNested<N>,PodSpecFluent.TolerationsNested<N>,WatchEventFluent.TolerationObjectNested<N>
- All Known Implementing Classes:
DoneableToleration,KubeSchemaFluentImpl.TolerationNestedImpl,PodSpecFluentImpl.TolerationsNestedImpl,TolerationBuilder,TolerationFluentImpl,WatchEventFluentImpl.TolerationObjectNestedImpl
public interface TolerationFluent<A extends TolerationFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetEffect()StringgetKey()StringgetOperator()LonggetTolerationSeconds()StringgetValue()BooleanhasEffect()BooleanhasKey()BooleanhasOperator()BooleanhasTolerationSeconds()BooleanhasValue()AwithEffect(String effect)AwithKey(String key)AwithNewEffect(String arg1)AwithNewEffect(StringBuffer arg1)AwithNewEffect(StringBuilder arg1)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewOperator(String arg1)AwithNewOperator(StringBuffer arg1)AwithNewOperator(StringBuilder arg1)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)AwithOperator(String operator)AwithTolerationSeconds(Long tolerationSeconds)AwithValue(String value)
-
Method Details
-
getEffect
String getEffect() -
withEffect
-
hasEffect
Boolean hasEffect() -
withNewEffect
-
withNewEffect
-
withNewEffect
-
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
withNewKey
-
withNewKey
-
withNewKey
-
getOperator
String getOperator() -
withOperator
-
hasOperator
Boolean hasOperator() -
withNewOperator
-
withNewOperator
-
withNewOperator
-
getTolerationSeconds
Long getTolerationSeconds() -
withTolerationSeconds
-
hasTolerationSeconds
Boolean hasTolerationSeconds() -
getValue
String getValue() -
withValue
-
hasValue
Boolean hasValue() -
withNewValue
-
withNewValue
-
withNewValue
-