Class V1Taint
java.lang.Object
io.kubernetes.client.openapi.models.V1Taint
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRequired.getKey()Required.TimeAdded represents the time at which the taint was added.getValue()The taint value corresponding to the taint key.inthashCode()voidvoidvoidsetTimeAdded(OffsetDateTime timeAdded) voidtimeAdded(OffsetDateTime timeAdded) toString()
-
Field Details
-
SERIALIZED_NAME_EFFECT
- See Also:
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_TIME_ADDED
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
V1Taint
public V1Taint()
-
-
Method Details
-
effect
-
getEffect
Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.- Returns:
- effect
-
setEffect
-
key
-
getKey
Required. The taint key to be applied to a node.- Returns:
- key
-
setKey
-
timeAdded
-
getTimeAdded
TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.- Returns:
- timeAdded
-
setTimeAdded
-
value
-
getValue
The taint value corresponding to the taint key.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-