| Modifier and Type | Method and Description |
|---|---|
default CoreDnsComputeType |
ClusterOptions.getCoreDnsComputeType()
Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.
|
CoreDnsComputeType |
ClusterOptions.Jsii$Proxy.getCoreDnsComputeType() |
CoreDnsComputeType |
FargateClusterProps.Jsii$Proxy.getCoreDnsComputeType() |
CoreDnsComputeType |
ClusterProps.Jsii$Proxy.getCoreDnsComputeType() |
static CoreDnsComputeType |
CoreDnsComputeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreDnsComputeType[] |
CoreDnsComputeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterOptions.Builder |
ClusterOptions.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType)
Sets the value of
ClusterOptions.getCoreDnsComputeType() |
FargateClusterProps.Builder |
FargateClusterProps.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType)
Sets the value of
ClusterOptions.getCoreDnsComputeType() |
Cluster.Builder |
Cluster.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType)
Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.
|
FargateCluster.Builder |
FargateCluster.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType)
Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.
|
ClusterProps.Builder |
ClusterProps.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType)
Sets the value of
ClusterOptions.getCoreDnsComputeType() |
Copyright © 2022. All rights reserved.