Uses of Interface
software.amazon.awscdk.services.eks_v2.ICluster
Packages that use ICluster
-
Uses of ICluster in software.amazon.awscdk.services.eks_v2
Subinterfaces of ICluster in software.amazon.awscdk.services.eks_v2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICluster.Classes in software.amazon.awscdk.services.eks_v2 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_v2 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_v2 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.getKubectlProvider(software.constructs.Construct scope, ICluster cluster) Take existing provider on cluster.