@Stability(value=Stable) @Internal public static final class BootstrapOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BootstrapOptions
BootstrapOptionssoftware.amazon.jsii.JsiiObject.InitializationModeBootstrapOptions.Builder, BootstrapOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String additionalArgs,
Number awsApiRetryAttempts,
String dockerConfigJson,
Boolean enableDockerBridge,
String kubeletExtraArgs,
Boolean useMaxPods)
Constructor that initializes the object based on literal property values passed by the
BootstrapOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAdditionalArgs()
Additional command line arguments to pass to the `/etc/eks/bootstrap.sh` command.
|
Number |
getAwsApiRetryAttempts()
Number of retry attempts for AWS API call (DescribeCluster).
|
String |
getDockerConfigJson()
The contents of the `/etc/docker/daemon.json` file.
|
Boolean |
getEnableDockerBridge()
Restores the docker default bridge network.
|
String |
getKubeletExtraArgs()
Extra arguments to add to the kubelet.
|
Boolean |
getUseMaxPods()
Sets `--max-pods` for the kubelet based on the capacity of the EC2 instance.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final String getAdditionalArgs()
BootstrapOptionsDefault: - none
getAdditionalArgs in interface BootstrapOptionshttps://github.com/awslabs/amazon-eks-ami/blob/master/files/bootstrap.shpublic final Number getAwsApiRetryAttempts()
BootstrapOptionsDefault: 3
getAwsApiRetryAttempts in interface BootstrapOptionspublic final String getDockerConfigJson()
BootstrapOptionsDefault: - none
getDockerConfigJson in interface BootstrapOptionspublic final Boolean getEnableDockerBridge()
BootstrapOptionsDefault: false
getEnableDockerBridge in interface BootstrapOptionspublic final String getKubeletExtraArgs()
BootstrapOptionsUseful for adding labels or taints.
Default: - none
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 --node - labels;foo = bar , goo = far;
getKubeletExtraArgs in interface BootstrapOptionspublic final Boolean getUseMaxPods()
BootstrapOptionsDefault: true
getUseMaxPods in interface BootstrapOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.