public static final class BootstrapOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BootstrapOptions
BootstrapOptions
BootstrapOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAdditionalArgs()
Additional command line arguments to pass to the `/etc/eks/bootstrap.sh` command.
|
java.lang.Number |
getAwsApiRetryAttempts()
Number of retry attempts for AWS API call (DescribeCluster).
|
java.lang.String |
getDnsClusterIp()
Overrides the IP address to use for DNS queries within the cluster.
|
java.lang.String |
getDockerConfigJson()
The contents of the `/etc/docker/daemon.json` file.
|
java.lang.Boolean |
getEnableDockerBridge()
Restores the docker default bridge network.
|
java.lang.String |
getKubeletExtraArgs()
Extra arguments to add to the kubelet.
|
java.lang.Boolean |
getUseMaxPods()
Sets `--max-pods` for the kubelet based on the capacity of the EC2 instance.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAdditionalArgs()
BootstrapOptions
Default: - none
getAdditionalArgs
in interface BootstrapOptions
public final java.lang.Number getAwsApiRetryAttempts()
BootstrapOptions
Default: 3
getAwsApiRetryAttempts
in interface BootstrapOptions
public final java.lang.String getDnsClusterIp()
BootstrapOptions
Default: - 10.100.0.10 or 172.20.0.10 based on the IP address of the primary interface.
getDnsClusterIp
in interface BootstrapOptions
public final java.lang.String getDockerConfigJson()
BootstrapOptions
Default: - none
getDockerConfigJson
in interface BootstrapOptions
public final java.lang.Boolean getEnableDockerBridge()
BootstrapOptions
Default: false
getEnableDockerBridge
in interface BootstrapOptions
public final java.lang.String getKubeletExtraArgs()
BootstrapOptions
For example, --node-labels foo=bar,goo=far
.
Default: - none
getKubeletExtraArgs
in interface BootstrapOptions
public final java.lang.Boolean getUseMaxPods()
BootstrapOptions
Default: true
getUseMaxPods
in interface BootstrapOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()