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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the KubernetesResourceProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final Cluster
    Deprecated.
    (deprecated) The EKS cluster to apply this configuration to.
    final List<Object>
    Deprecated.
    (deprecated) The resource manifest.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(KubernetesResourceProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the KubernetesResourceProps.Builder.
  • Method Details

    • getCluster

      public final Cluster 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 interface KubernetesResourceProps
    • getManifest

      public final List<Object> 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 through kubectl 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 interface KubernetesResourceProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object