Package org.cdk8s.plus25.k8s
Class DaemonSetUpdateStrategy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.DaemonSetUpdateStrategy.Jsii$Proxy
-
- All Implemented Interfaces:
DaemonSetUpdateStrategy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DaemonSetUpdateStrategy
@Stability(Stable) @Internal public static final class DaemonSetUpdateStrategy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DaemonSetUpdateStrategy
An implementation forDaemonSetUpdateStrategy
-
-
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.DaemonSetUpdateStrategy
DaemonSetUpdateStrategy.Builder, DaemonSetUpdateStrategy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DaemonSetUpdateStrategy.Builder builder)Constructor that initializes the object based on literal property values passed by theDaemonSetUpdateStrategy.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)RollingUpdateDaemonSetgetRollingUpdate()Rolling update config params.StringgetType()Type of daemon set update.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(DaemonSetUpdateStrategy.Builder builder)
Constructor that initializes the object based on literal property values passed by theDaemonSetUpdateStrategy.Builder.
-
-
Method Detail
-
getRollingUpdate
public final RollingUpdateDaemonSet getRollingUpdate()
Description copied from interface:DaemonSetUpdateStrategyRolling update config params.Present only if type = "RollingUpdate".
- Specified by:
getRollingUpdatein interfaceDaemonSetUpdateStrategy
-
getType
public final String getType()
Description copied from interface:DaemonSetUpdateStrategyType of daemon set update.Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
Default: RollingUpdate.
- Specified by:
getTypein interfaceDaemonSetUpdateStrategy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-