| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICluster.Jsii$Default
Internal default implementation for
ICluster. |
| Modifier and Type | Class and Description |
|---|---|
class |
Cluster
A Cluster represents a managed Kubernetes Service (EKS).
|
class |
FargateCluster
Defines an EKS cluster that runs entirely on AWS Fargate.
|
static class |
ICluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ICluster |
Cluster.fromClusterAttributes(software.constructs.Construct scope,
String id,
ClusterAttributes attrs)
Import an existing cluster.
|
ICluster |
KubectlProviderProps.getCluster()
The cluster to control.
|
ICluster |
KubectlProviderProps.Jsii$Proxy.getCluster() |
ICluster |
KubernetesPatchProps.getCluster()
The cluster to apply the patch to.
|
ICluster |
KubernetesPatchProps.Jsii$Proxy.getCluster() |
ICluster |
KubernetesObjectValueProps.getCluster()
The EKS cluster to fetch attributes from.
|
ICluster |
KubernetesObjectValueProps.Jsii$Proxy.getCluster() |
ICluster |
ServiceAccountProps.getCluster()
The cluster to apply the patch to.
|
ICluster |
ServiceAccountProps.Jsii$Proxy.getCluster() |
ICluster |
NodegroupProps.getCluster()
Cluster resource.
|
ICluster |
NodegroupProps.Jsii$Proxy.getCluster() |
ICluster |
Nodegroup.getCluster()
the Amazon EKS cluster resource.
|
ICluster |
HelmChartProps.getCluster()
The EKS cluster to apply this configuration to.
|
ICluster |
HelmChartProps.Jsii$Proxy.getCluster() |
ICluster |
KubernetesManifestProps.getCluster()
The EKS cluster to apply this manifest to.
|
ICluster |
KubernetesManifestProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
KubernetesPatch.Builder |
KubernetesPatch.Builder.cluster(ICluster cluster)
The cluster to apply the patch to.
|
KubectlProviderProps.Builder |
KubectlProviderProps.Builder.cluster(ICluster cluster)
Sets the value of
KubectlProviderProps.getCluster() |
KubernetesPatchProps.Builder |
KubernetesPatchProps.Builder.cluster(ICluster cluster)
Sets the value of
KubernetesPatchProps.getCluster() |
KubernetesObjectValueProps.Builder |
KubernetesObjectValueProps.Builder.cluster(ICluster cluster)
Sets the value of
KubernetesObjectValueProps.getCluster() |
ServiceAccountProps.Builder |
ServiceAccountProps.Builder.cluster(ICluster cluster)
Sets the value of
ServiceAccountProps.getCluster() |
HelmChart.Builder |
HelmChart.Builder.cluster(ICluster cluster)
The EKS cluster to apply this configuration to.
|
NodegroupProps.Builder |
NodegroupProps.Builder.cluster(ICluster cluster)
Sets the value of
NodegroupProps.getCluster() |
KubectlProvider.Builder |
KubectlProvider.Builder.cluster(ICluster cluster)
The cluster to control.
|
Nodegroup.Builder |
Nodegroup.Builder.cluster(ICluster cluster)
Cluster resource.
|
HelmChartProps.Builder |
HelmChartProps.Builder.cluster(ICluster cluster)
Sets the value of
HelmChartProps.getCluster() |
ServiceAccount.Builder |
ServiceAccount.Builder.cluster(ICluster cluster)
The cluster to apply the patch to.
|
KubernetesManifest.Builder |
KubernetesManifest.Builder.cluster(ICluster cluster)
The EKS cluster to apply this manifest to.
|
KubernetesManifestProps.Builder |
KubernetesManifestProps.Builder.cluster(ICluster cluster)
Sets the value of
KubernetesManifestProps.getCluster() |
KubernetesObjectValue.Builder |
KubernetesObjectValue.Builder.cluster(ICluster cluster)
The EKS cluster to fetch attributes from.
|
static IKubectlProvider |
KubectlProvider.getOrCreate(software.constructs.Construct scope,
ICluster cluster)
Take existing provider or create new based on cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ICluster |
EksCallProps.getCluster()
The EKS cluster.
|
ICluster |
EksCallProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
EksCallProps.Builder |
EksCallProps.Builder.cluster(ICluster cluster)
Sets the value of
EksCallProps.getCluster() |
EksCall.Builder |
EksCall.Builder.cluster(ICluster cluster)
The EKS cluster.
|
static EksClusterInput |
EksClusterInput.fromCluster(ICluster cluster)
Specify an existing EKS Cluster as the name for this Cluster.
|
Copyright © 2022. All rights reserved.