Interface V1TolerationFluent<A extends V1TolerationFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PodSpecFluent.TolerationsNested<N>
,V1SchedulingFluent.TolerationsNested<N>
- All Known Implementing Classes:
V1TolerationBuilder
,V1TolerationFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getValue()
hasKey()
hasValue()
withEffect
(String effect) withOperator
(String operator) withTolerationSeconds
(Long tolerationSeconds)
-
Method Details
-
getEffect
String getEffect() -
withEffect
-
hasEffect
Boolean hasEffect() -
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
getOperator
String getOperator() -
withOperator
-
hasOperator
Boolean hasOperator() -
getTolerationSeconds
Long getTolerationSeconds() -
withTolerationSeconds
-
hasTolerationSeconds
Boolean hasTolerationSeconds() -
getValue
String getValue() -
withValue
-
hasValue
Boolean hasValue()
-