@Stability(value=Experimental) @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 dnsClusterIp,
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()
(experimental) Additional command line arguments to pass to the `/etc/eks/bootstrap.sh` command.
|
Number |
getAwsApiRetryAttempts()
(experimental) Number of retry attempts for AWS API call (DescribeCluster).
|
String |
getDnsClusterIp()
(experimental) Overrides the IP address to use for DNS queries within the cluster.
|
String |
getDockerConfigJson()
(experimental) The contents of the `/etc/docker/daemon.json` file.
|
Boolean |
getEnableDockerBridge()
(experimental) Restores the docker default bridge network.
|
String |
getKubeletExtraArgs()
(experimental) Extra arguments to add to the kubelet.
|
Boolean |
getUseMaxPods()
(experimental) 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(String additionalArgs, Number awsApiRetryAttempts, String dnsClusterIp, String dockerConfigJson, Boolean enableDockerBridge, String kubeletExtraArgs, Boolean useMaxPods)
BootstrapOptions.Builder.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 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()
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.