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

public interface V1TolerationFluent<A extends V1TolerationFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getEffect

      String getEffect()
    • withEffect

      A withEffect(String effect)
    • hasEffect

      Boolean hasEffect()
    • getKey

      String getKey()
    • withKey

      A withKey(String key)
    • hasKey

      Boolean hasKey()
    • getOperator

      String getOperator()
    • withOperator

      A withOperator(String operator)
    • hasOperator

      Boolean hasOperator()
    • getTolerationSeconds

      Long getTolerationSeconds()
    • withTolerationSeconds

      A withTolerationSeconds(Long tolerationSeconds)
    • hasTolerationSeconds

      Boolean hasTolerationSeconds()
    • getValue

      String getValue()
    • withValue

      A withValue(String value)
    • hasValue

      Boolean hasValue()