Class V1Toleration
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1Toleration
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1Toleration
extends Object
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet effect in a chainable fashion.boolean
Effect indicates the taint effect to match.getKey()
Key is the taint key that the toleration applies to.Operator represents a key's relationship to the value.TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint.getValue()
Value is the taint value the toleration matches to.int
hashCode()
Set key in a chainable fashion.Set operator in a chainable fashion.void
Set the effect property valuevoid
Set the key property valuevoid
setOperator
(String operator) Set the operator property valuevoid
setTolerationSeconds
(Long tolerationSeconds) Set the tolerationSeconds property valuevoid
Set the value property valuetolerationSeconds
(Long tolerationSeconds) Set tolerationSeconds in a chainable fashion.toString()
Set value in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_EFFECT
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_OPERATOR
- See Also:
-
JSON_PROPERTY_TOLERATION_SECONDS
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
V1Toleration
public V1Toleration()
-
-
Method Details
-
getEffect
Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.- Returns:
- the effect property value
-
setEffect
Set the effect property value -
effect
Set effect in a chainable fashion.- Returns:
- The same instance of V1Toleration for chaining.
-
getKey
Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.- Returns:
- the key property value
-
setKey
Set the key property value -
key
Set key in a chainable fashion.- Returns:
- The same instance of V1Toleration for chaining.
-
getOperator
Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.- Returns:
- the operator property value
-
setOperator
Set the operator property value -
operator
Set operator in a chainable fashion.- Returns:
- The same instance of V1Toleration for chaining.
-
getTolerationSeconds
TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.- Returns:
- the tolerationSeconds property value
-
setTolerationSeconds
Set the tolerationSeconds property value -
tolerationSeconds
Set tolerationSeconds in a chainable fashion.- Returns:
- The same instance of V1Toleration for chaining.
-
getValue
Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.- Returns:
- the value property value
-
setValue
Set the value property value -
value
Set value in a chainable fashion.- Returns:
- The same instance of V1Toleration for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-