Uses of Class
software.amazon.awscdk.services.eks_v2.KubectlProvider.Builder
Packages that use KubectlProvider.Builder
-
Uses of KubectlProvider.Builder in software.amazon.awscdk.services.eks_v2
Methods in software.amazon.awscdk.services.eks_v2 that return KubectlProvider.BuilderModifier and TypeMethodDescriptionKubectlProvider.Builder.awscliLayer(ILayerVersion awscliLayer) An AWS Lambda layer that contains theawsCLI.The cluster to control.static KubectlProvider.BuilderKubectlProvider.Builder.environment(Map<String, String> environment) Custom environment variables when runningkubectlagainst this cluster.KubectlProvider.Builder.kubectlLayer(ILayerVersion kubectlLayer) An AWS Lambda layer that includeskubectlandhelm.The amount of memory allocated to the kubectl provider's lambda function.KubectlProvider.Builder.privateSubnets(List<? extends ISubnet> privateSubnets) Subnets to host thekubectlcompute resources.KubectlProvider.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy applied to the custom resource that provides kubectl.An IAM role that can perform kubectl operations against this cluster.KubectlProvider.Builder.securityGroup(ISecurityGroup securityGroup) A security group to use forkubectlexecution.