Package org.cdk8s.plus24.k8s
Class Taint.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.Taint
Taint.Builder, Taint.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(Taint.Builder builder)
Constructor that initializes the object based on literal property values passed by theTaint.Builder
.protected
Jsii$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()
boolean
equals(Object o)
String
getEffect()
Required.String
getKey()
Required.Instant
getTimeAdded()
TimeAdded represents the time at which the taint was added.String
getValue()
The taint value corresponding to the taint key.int
hashCode()
-
-
-
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:Taint
Required.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:Taint
Required.The taint key to be applied to a node.
-
getTimeAdded
public final Instant getTimeAdded()
Description copied from interface:Taint
TimeAdded represents the time at which the taint was added.It is only written for NoExecute taints.
- Specified by:
getTimeAdded
in interfaceTaint
-
getValue
public final String getValue()
Description copied from interface:Taint
The taint value corresponding to the taint key.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-