Class BootstrapOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.legacy.BootstrapOptions.Jsii$Proxy
All Implemented Interfaces:
BootstrapOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BootstrapOptions

@Stability(Deprecated) @Deprecated @Internal public static final class BootstrapOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BootstrapOptions
Deprecated.
An implementation for BootstrapOptions
  • 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.BootstrapOptions

    BootstrapOptions.Builder, BootstrapOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the BootstrapOptions.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 String
    Deprecated.
    (deprecated) Additional command line arguments to pass to the /etc/eks/bootstrap.sh command.
    final Number
    Deprecated.
    (deprecated) Number of retry attempts for AWS API call (DescribeCluster).
    final String
    Deprecated.
    (deprecated) The contents of the /etc/docker/daemon.json file.
    final Boolean
    Deprecated.
    (deprecated) Restores the docker default bridge network.
    final String
    Deprecated.
    (deprecated) Extra arguments to add to the kubelet.
    final Boolean
    Deprecated.
    (deprecated) Sets --max-pods for the kubelet based on the capacity of the EC2 instance.
    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(BootstrapOptions.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the BootstrapOptions.Builder.
  • Method Details

    • getAdditionalArgs

      public final String getAdditionalArgs()
      Deprecated.
      Description copied from interface: BootstrapOptions
      (deprecated) Additional command line arguments to pass to the /etc/eks/bootstrap.sh command.

      Default: - none

      Specified by:
      getAdditionalArgs in interface BootstrapOptions
      See Also:
    • getAwsApiRetryAttempts

      public final Number getAwsApiRetryAttempts()
      Deprecated.
      Description copied from interface: BootstrapOptions
      (deprecated) Number of retry attempts for AWS API call (DescribeCluster).

      Default: 3

      Specified by:
      getAwsApiRetryAttempts in interface BootstrapOptions
    • getDockerConfigJson

      public final String getDockerConfigJson()
      Deprecated.
      Description copied from interface: BootstrapOptions
      (deprecated) The contents of the /etc/docker/daemon.json file. Useful if you want a custom config differing from the default one in the EKS AMI.

      Default: - none

      Specified by:
      getDockerConfigJson in interface BootstrapOptions
    • getEnableDockerBridge

      public final Boolean getEnableDockerBridge()
      Deprecated.
      Description copied from interface: BootstrapOptions
      (deprecated) Restores the docker default bridge network.

      Default: false

      Specified by:
      getEnableDockerBridge in interface BootstrapOptions
    • getKubeletExtraArgs

      public final String getKubeletExtraArgs()
      Deprecated.
      Description copied from interface: BootstrapOptions
      (deprecated) Extra arguments to add to the kubelet. Useful for adding labels or taints.

      For example, --node-labels foo=bar,goo=far

      Default: - none

      Specified by:
      getKubeletExtraArgs in interface BootstrapOptions
    • getUseMaxPods

      public final Boolean getUseMaxPods()
      Deprecated.
      Description copied from interface: BootstrapOptions
      (deprecated) Sets --max-pods for the kubelet based on the capacity of the EC2 instance.

      Default: true

      Specified by:
      getUseMaxPods in interface BootstrapOptions
    • $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