Package org.cdk8s.plus25.k8s
Class KubeDeploymentProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeDeploymentProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeDeploymentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeDeploymentProps
@Stability(Stable) @Internal public static final class KubeDeploymentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeDeploymentProps
An implementation forKubeDeploymentProps
-
-
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.KubeDeploymentProps
KubeDeploymentProps.Builder, KubeDeploymentProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeDeploymentProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeDeploymentProps.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)ObjectMetagetMetadata()Standard object's metadata.DeploymentSpecgetSpec()Specification of the desired behavior of the Deployment.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(KubeDeploymentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeDeploymentProps.Builder.
-
-
Method Detail
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeDeploymentPropsStandard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadatain interfaceKubeDeploymentProps
-
getSpec
public final DeploymentSpec getSpec()
Description copied from interface:KubeDeploymentPropsSpecification of the desired behavior of the Deployment.- Specified by:
getSpecin interfaceKubeDeploymentProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-