Package org.cdk8s.plus25.k8s
Class KubeDeploymentListProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeDeploymentListProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeDeploymentListProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeDeploymentListProps
@Stability(Stable) @Internal public static final class KubeDeploymentListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeDeploymentListProps
An implementation forKubeDeploymentListProps
-
-
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.KubeDeploymentListProps
KubeDeploymentListProps.Builder, KubeDeploymentListProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeDeploymentListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeDeploymentListProps.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)List<KubeDeploymentProps>getItems()Items is the list of Deployments.ListMetagetMetadata()Standard list metadata.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(KubeDeploymentListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeDeploymentListProps.Builder.
-
-
Method Detail
-
getItems
public final List<KubeDeploymentProps> getItems()
Description copied from interface:KubeDeploymentListPropsItems is the list of Deployments.- Specified by:
getItemsin interfaceKubeDeploymentListProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeDeploymentListPropsStandard list metadata.- Specified by:
getMetadatain interfaceKubeDeploymentListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-