java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1Taint

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1Taint extends Object
The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.
  • Field Details

  • Constructor Details

  • Method Details

    • getEffect

      public String getEffect()
      Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
      Returns:
      the effect property value
    • setEffect

      public void setEffect(String effect)
      Set the effect property value
    • effect

      public V1Taint effect(String effect)
      Set effect in a chainable fashion.
      Returns:
      The same instance of V1Taint for chaining.
    • getKey

      public String getKey()
      Required. The taint key to be applied to a node.
      Returns:
      the key property value
    • setKey

      public void setKey(String key)
      Set the key property value
    • key

      public V1Taint key(String key)
      Set key in a chainable fashion.
      Returns:
      The same instance of V1Taint for chaining.
    • getTimeAdded

      public ZonedDateTime getTimeAdded()
      TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.
      Returns:
      the timeAdded property value
    • setTimeAdded

      public void setTimeAdded(ZonedDateTime timeAdded)
      Set the timeAdded property value
    • timeAdded

      public V1Taint timeAdded(ZonedDateTime timeAdded)
      Set timeAdded in a chainable fashion.
      Returns:
      The same instance of V1Taint for chaining.
    • getValue

      public String getValue()
      The taint value corresponding to the taint key.
      Returns:
      the value property value
    • setValue

      public void setValue(String value)
      Set the value property value
    • value

      public V1Taint value(String value)
      Set value in a chainable fashion.
      Returns:
      The same instance of V1Taint for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object