Class TolerationsFluent<A extends TolerationsFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    SpecFluent.SpecTolerationsNested, TolerationsBuilder

    public class TolerationsFluent<A extends TolerationsFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • TolerationsFluent

        public TolerationsFluent()
      • TolerationsFluent

        public TolerationsFluent​(Tolerations instance)
    • Method Detail

      • getEffect

        public String getEffect()
      • withEffect

        public A withEffect​(String effect)
      • hasEffect

        public boolean hasEffect()
      • getKey

        public String getKey()
      • withKey

        public A withKey​(String key)
      • hasKey

        public boolean hasKey()
      • getOperator

        public String getOperator()
      • withOperator

        public A withOperator​(String operator)
      • hasOperator

        public boolean hasOperator()
      • getTolerationSeconds

        public Long getTolerationSeconds()
      • withTolerationSeconds

        public A withTolerationSeconds​(Long tolerationSeconds)
      • hasTolerationSeconds

        public boolean hasTolerationSeconds()
      • getValue

        public String getValue()
      • withValue

        public A withValue​(String value)
      • hasValue

        public boolean hasValue()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TolerationsFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TolerationsFluent<A>>