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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BootstrapOptions.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theBootstrapOptions.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 TypeMethodDescriptioncom.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
hashCode()
Deprecated.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 theBootstrapOptions.Builder
.
-
-
Method Details
-
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 interfaceBootstrapOptions
- See Also:
-
getAwsApiRetryAttempts
Deprecated.Description copied from interface:BootstrapOptions
(deprecated) Number of retry attempts for AWS API call (DescribeCluster).Default: 3
- Specified by:
getAwsApiRetryAttempts
in interfaceBootstrapOptions
-
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 interfaceBootstrapOptions
-
getEnableDockerBridge
Deprecated.Description copied from interface:BootstrapOptions
(deprecated) Restores the docker default bridge network.Default: false
- Specified by:
getEnableDockerBridge
in interfaceBootstrapOptions
-
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 interfaceBootstrapOptions
-
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 interfaceBootstrapOptions
-
$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.
-