@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(BootstrapOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BootstrapOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| 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 |
getDnsClusterIp()
Overrides the IP address to use for DNS queries within the cluster.
|
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.protected Jsii$Proxy(BootstrapOptions.Builder builder)
BootstrapOptions.Builder.public final String getAdditionalArgs()
BootstrapOptionsDefault: - none
getAdditionalArgs in interface BootstrapOptionspublic final Number getAwsApiRetryAttempts()
BootstrapOptionsDefault: 3
getAwsApiRetryAttempts in interface BootstrapOptionspublic final String getDnsClusterIp()
BootstrapOptionsDefault: - 10.100.0.10 or 172.20.0.10 based on the IP address of the primary interface.
getDnsClusterIp in interface BootstrapOptionspublic final String getDockerConfigJson()
BootstrapOptionsDefault: - none
getDockerConfigJson in interface BootstrapOptionspublic final Boolean getEnableDockerBridge()
BootstrapOptionsDefault: false
getEnableDockerBridge in interface BootstrapOptionspublic final String getKubeletExtraArgs()
BootstrapOptions
For example, --node-labels foo=bar,goo=far.
Default: - none
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 © 2022. All rights reserved.