Uses of Interface
software.amazon.awscdk.services.eks.ICluster
Packages that use ICluster
Package
Description
AWS Batch Construct Library
Amazon EKS Construct Library
Tasks for AWS Step Functions
-
Uses of ICluster in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return IClusterModifier and TypeMethodDescriptionManagedEc2EksComputeEnvironment.getEksCluster()The cluster that backs this Compute Environment.ManagedEc2EksComputeEnvironmentProps.getEksCluster()The cluster that backs this Compute Environment.final IClusterManagedEc2EksComputeEnvironmentProps.Jsii$Proxy.getEksCluster()Methods in software.amazon.awscdk.services.batch with parameters of type IClusterModifier and TypeMethodDescriptionManagedEc2EksComputeEnvironment.Builder.eksCluster(ICluster eksCluster) The cluster that backs this Compute Environment.ManagedEc2EksComputeEnvironmentProps.Builder.eksCluster(ICluster eksCluster) Sets the value ofManagedEc2EksComputeEnvironmentProps.getEksCluster() -
Uses of ICluster in software.amazon.awscdk.services.eks
Subinterfaces of ICluster in software.amazon.awscdk.services.eksModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICluster.Classes in software.amazon.awscdk.services.eks that implement IClusterModifier and TypeClassDescriptionclassA Cluster represents a managed Kubernetes Service (EKS).classDefines an EKS cluster that runs entirely on AWS Fargate.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.eks that return IClusterModifier and TypeMethodDescriptionstatic IClusterCluster.fromClusterAttributes(software.constructs.Construct scope, String id, ClusterAttributes attrs) Import an existing cluster.AccessEntryProps.getCluster()The Amazon EKS cluster to which the access entry applies.final IClusterAccessEntryProps.Jsii$Proxy.getCluster()AddonProps.getCluster()The EKS cluster the Add-On is associated with.final IClusterAddonProps.Jsii$Proxy.getCluster()HelmChartProps.getCluster()The EKS cluster to apply this configuration to.final IClusterHelmChartProps.Jsii$Proxy.getCluster()KubectlProviderProps.getCluster()The cluster to control.final IClusterKubectlProviderProps.Jsii$Proxy.getCluster()KubernetesManifestProps.getCluster()The EKS cluster to apply this manifest to.final IClusterKubernetesManifestProps.Jsii$Proxy.getCluster()KubernetesObjectValueProps.getCluster()The EKS cluster to fetch attributes from.final IClusterKubernetesObjectValueProps.Jsii$Proxy.getCluster()KubernetesPatchProps.getCluster()The cluster to apply the patch to.final IClusterKubernetesPatchProps.Jsii$Proxy.getCluster()Nodegroup.getCluster()the Amazon EKS cluster resource.NodegroupProps.getCluster()Cluster resource.final IClusterNodegroupProps.Jsii$Proxy.getCluster()ServiceAccountProps.getCluster()The cluster to apply the patch to.final IClusterServiceAccountProps.Jsii$Proxy.getCluster()Methods in software.amazon.awscdk.services.eks with parameters of type IClusterModifier and TypeMethodDescriptionThe Amazon EKS cluster to which the access entry applies.Sets the value ofAccessEntryProps.getCluster()The EKS cluster the Add-On is associated with.Sets the value ofAddonProps.getCluster()The 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 IKubectlProviderKubectlProvider.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 TypeMethodDescriptionEksCallJsonataProps.getCluster()The EKS cluster.final IClusterEksCallJsonataProps.Jsii$Proxy.getCluster()EksCallJsonPathProps.getCluster()The EKS cluster.final IClusterEksCallJsonPathProps.Jsii$Proxy.getCluster()EksCallProps.getCluster()The EKS cluster.final IClusterEksCallProps.Jsii$Proxy.getCluster()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IClusterModifier and TypeMethodDescriptionThe EKS cluster.Sets the value ofEksCallJsonataProps.getCluster()Sets the value ofEksCallJsonPathProps.getCluster()Sets the value ofEksCallProps.getCluster()static EksClusterInputEksClusterInput.fromCluster(ICluster cluster) Specify an existing EKS Cluster as the name for this Cluster.