Uses of Interface
software.amazon.awscdk.services.eks.ICluster
Packages that use ICluster
Package
Description
Amazon EKS Construct Library
Tasks for AWS Step Functions
-
Uses of ICluster in software.amazon.awscdk.services.eks
Subinterfaces of ICluster in software.amazon.awscdk.services.eksModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forICluster
.Classes in software.amazon.awscdk.services.eks that implement IClusterModifier and TypeClassDescriptionclass
A Cluster represents a managed Kubernetes Service (EKS).class
Defines an EKS cluster that runs entirely on AWS Fargate.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.eks that return IClusterModifier and TypeMethodDescriptionstatic ICluster
Cluster.fromClusterAttributes
(software.constructs.Construct scope, String id, ClusterAttributes attrs) Import an existing cluster.HelmChartProps.getCluster()
The EKS cluster to apply this configuration to.final ICluster
HelmChartProps.Jsii$Proxy.getCluster()
KubectlProviderProps.getCluster()
The cluster to control.final ICluster
KubectlProviderProps.Jsii$Proxy.getCluster()
KubernetesManifestProps.getCluster()
The EKS cluster to apply this manifest to.final ICluster
KubernetesManifestProps.Jsii$Proxy.getCluster()
KubernetesObjectValueProps.getCluster()
The EKS cluster to fetch attributes from.final ICluster
KubernetesObjectValueProps.Jsii$Proxy.getCluster()
KubernetesPatchProps.getCluster()
The cluster to apply the patch to.final ICluster
KubernetesPatchProps.Jsii$Proxy.getCluster()
Nodegroup.getCluster()
the Amazon EKS cluster resource.NodegroupProps.getCluster()
Cluster resource.final ICluster
NodegroupProps.Jsii$Proxy.getCluster()
ServiceAccountProps.getCluster()
The cluster to apply the patch to.final ICluster
ServiceAccountProps.Jsii$Proxy.getCluster()
Methods in software.amazon.awscdk.services.eks with parameters of type IClusterModifier and TypeMethodDescriptionThe EKS cluster to apply this configuration to.Sets the value ofHelmChartProps.getCluster()
The cluster to control.Sets the value ofKubectlProviderProps.getCluster()
The EKS cluster to apply this manifest to.Sets the value ofKubernetesManifestProps.getCluster()
The EKS cluster to fetch attributes from.Sets the value ofKubernetesObjectValueProps.getCluster()
The cluster to apply the patch to.Sets the value ofKubernetesPatchProps.getCluster()
Cluster resource.Sets the value ofNodegroupProps.getCluster()
The cluster to apply the patch to.Sets the value ofServiceAccountProps.getCluster()
static IKubectlProvider
KubectlProvider.getOrCreate
(software.constructs.Construct scope, ICluster cluster) Take existing provider or create new based on cluster. -
Uses of ICluster in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IClusterModifier and TypeMethodDescriptionEksCallProps.getCluster()
The EKS cluster.final ICluster
EksCallProps.Jsii$Proxy.getCluster()
Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IClusterModifier and TypeMethodDescriptionThe EKS cluster.Sets the value ofEksCallProps.getCluster()
static EksClusterInput
EksClusterInput.fromCluster
(ICluster cluster) Specify an existing EKS Cluster as the name for this Cluster.