Class KubernetesResourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.legacy.KubernetesResourceProps.Jsii$Proxy
- All Implemented Interfaces:
KubernetesResourceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubernetesResourceProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class KubernetesResourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements KubernetesResourceProps
Deprecated.
An implementation for
KubernetesResourceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.legacy.KubernetesResourceProps
KubernetesResourceProps.Builder, KubernetesResourceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.Constructor that initializes the object based on literal property values passed by theKubernetesResourceProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theKubernetesResourceProps.Builder
.
-
-
Method Details
-
getCluster
Deprecated.Description copied from interface:KubernetesResourceProps
(deprecated) The EKS cluster to apply this configuration to.[disable-awslint:ref-via-interface]
- Specified by:
getCluster
in interfaceKubernetesResourceProps
-
getManifest
Deprecated.Description copied from interface:KubernetesResourceProps
(deprecated) The resource manifest.Consists of any number of child resources.
When the resource is created/updated, this manifest will be applied to the cluster through
kubectl apply
and when the resource or the stack is deleted, the manifest will be deleted throughkubectl delete
.const manifest = { apiVersion: 'v1', kind: 'Pod', metadata: { name: 'mypod' }, spec: { containers: [ { name: 'hello', image: 'paulbouwer/hello-kubernetes:1.5', ports: [ { containerPort: 8080 } ] } ] } }
- Specified by:
getManifest
in interfaceKubernetesResourceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-