Package org.cdk8s.plus25.k8s
Class Taint.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.Taint.Jsii$Proxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.Taint
Taint.Builder, Taint.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Taint.Builder builder)Constructor that initializes the object based on literal property values passed by theTaint.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetEffect()Required.StringgetKey()Required.InstantgetTimeAdded()TimeAdded represents the time at which the taint was added.StringgetValue()The taint value corresponding to the taint key.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(Taint.Builder builder)
Constructor that initializes the object based on literal property values passed by theTaint.Builder.
-
-
Method Detail
-
getEffect
public final String getEffect()
Description copied from interface:TaintRequired.The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
-
getKey
public final String getKey()
Description copied from interface:TaintRequired.The taint key to be applied to a node.
-
getTimeAdded
public final Instant getTimeAdded()
Description copied from interface:TaintTimeAdded represents the time at which the taint was added.It is only written for NoExecute taints.
- Specified by:
getTimeAddedin interfaceTaint
-
getValue
public final String getValue()
Description copied from interface:TaintThe taint value corresponding to the taint key.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-