Package org.cdk8s.plus22
Class NodeTaintQueryOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus22.NodeTaintQueryOptions.Jsii$Proxy
-
- All Implemented Interfaces:
NodeTaintQueryOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NodeTaintQueryOptions
@Stability(Stable) @Internal public static final class NodeTaintQueryOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NodeTaintQueryOptions
An implementation forNodeTaintQueryOptions
-
-
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.plus22.NodeTaintQueryOptions
NodeTaintQueryOptions.Builder, NodeTaintQueryOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NodeTaintQueryOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theNodeTaintQueryOptions.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)TaintEffectgetEffect()The taint effect to match.org.cdk8s.DurationgetEvictAfter()How much time should a pod that tolerates the `NO_EXECUTE` effect be bound to the node.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(NodeTaintQueryOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theNodeTaintQueryOptions.Builder.
-
-
Method Detail
-
getEffect
public final TaintEffect getEffect()
Description copied from interface:NodeTaintQueryOptionsThe taint effect to match.Default: - all effects are matched.
- Specified by:
getEffectin interfaceNodeTaintQueryOptions
-
getEvictAfter
public final org.cdk8s.Duration getEvictAfter()
Description copied from interface:NodeTaintQueryOptionsHow much time should a pod that tolerates the `NO_EXECUTE` effect be bound to the node.Only applies for the
NO_EXECUTEeffect.Default: - bound forever.
- Specified by:
getEvictAfterin interfaceNodeTaintQueryOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-