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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.legacy.BootstrapOptions
BootstrapOptions.Builder, BootstrapOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BootstrapOptions.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theBootstrapOptions.Builder.protectedJsii$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.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) Additional command line arguments to pass to the/etc/eks/bootstrap.shcommand.final NumberDeprecated.(deprecated) Number of retry attempts for AWS API call (DescribeCluster).final StringDeprecated.(deprecated) The contents of the/etc/docker/daemon.jsonfile.final BooleanDeprecated.(deprecated) Restores the docker default bridge network.final StringDeprecated.(deprecated) Extra arguments to add to the kubelet.final BooleanDeprecated.(deprecated) Sets--max-podsfor the kubelet based on the capacity of the EC2 instance.final inthashCode()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.shcommand.Default: - none
- Specified by:
getAdditionalArgsin interfaceBootstrapOptions- See Also:
-
getAwsApiRetryAttempts
Deprecated.Description copied from interface:BootstrapOptions(deprecated) Number of retry attempts for AWS API call (DescribeCluster).Default: 3
- Specified by:
getAwsApiRetryAttemptsin interfaceBootstrapOptions
-
getDockerConfigJson
Deprecated.Description copied from interface:BootstrapOptions(deprecated) The contents of the/etc/docker/daemon.jsonfile. Useful if you want a custom config differing from the default one in the EKS AMI.Default: - none
- Specified by:
getDockerConfigJsonin interfaceBootstrapOptions
-
getEnableDockerBridge
Deprecated.Description copied from interface:BootstrapOptions(deprecated) Restores the docker default bridge network.Default: false
- Specified by:
getEnableDockerBridgein 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=farDefault: - none
- Specified by:
getKubeletExtraArgsin interfaceBootstrapOptions
-
getUseMaxPods
Deprecated.Description copied from interface:BootstrapOptions(deprecated) Sets--max-podsfor the kubelet based on the capacity of the EC2 instance.Default: true
- Specified by:
getUseMaxPodsin interfaceBootstrapOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-