Uses of Enum Class
software.amazon.awscdk.services.eks.CoreDnsComputeType
Packages that use CoreDnsComputeType
-
Uses of CoreDnsComputeType in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return CoreDnsComputeTypeModifier and TypeMethodDescriptiondefault CoreDnsComputeTypeClusterOptions.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.final CoreDnsComputeTypeClusterOptions.Jsii$Proxy.getCoreDnsComputeType()final CoreDnsComputeTypeClusterProps.Jsii$Proxy.getCoreDnsComputeType()final CoreDnsComputeTypeFargateClusterProps.Jsii$Proxy.getCoreDnsComputeType()static CoreDnsComputeTypeReturns the enum constant of this class with the specified name.static CoreDnsComputeType[]CoreDnsComputeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.eks with parameters of type CoreDnsComputeTypeModifier and TypeMethodDescriptionCluster.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.ClusterOptions.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterOptions.getCoreDnsComputeType()ClusterProps.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterOptions.getCoreDnsComputeType()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.FargateClusterProps.Builder.coreDnsComputeType(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterOptions.getCoreDnsComputeType()