| 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
(experimental) A Cluster represents a managed Kubernetes Service (EKS).
|
class |
FargateCluster
(experimental) 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)
(experimental) Import an existing cluster.
|
ICluster |
KubernetesPatchProps.getCluster()
(experimental) The cluster to apply the patch to.
|
ICluster |
KubernetesPatchProps.Jsii$Proxy.getCluster() |
ICluster |
HelmChartProps.getCluster()
(experimental) The EKS cluster to apply this configuration to.
|
ICluster |
HelmChartProps.Jsii$Proxy.getCluster() |
ICluster |
KubernetesManifestProps.getCluster()
(experimental) The EKS cluster to apply this manifest to.
|
ICluster |
KubernetesManifestProps.Jsii$Proxy.getCluster() |
ICluster |
ServiceAccountProps.getCluster()
(experimental) The cluster to apply the patch to.
|
ICluster |
ServiceAccountProps.Jsii$Proxy.getCluster() |
ICluster |
KubernetesObjectValueProps.getCluster()
(experimental) The EKS cluster to fetch attributes from.
|
ICluster |
KubernetesObjectValueProps.Jsii$Proxy.getCluster() |
ICluster |
Nodegroup.getCluster()
(experimental) the Amazon EKS cluster resource.
|
ICluster |
NodegroupProps.getCluster()
(experimental) Cluster resource.
|
ICluster |
NodegroupProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
KubernetesPatchProps.Builder |
KubernetesPatchProps.Builder.cluster(ICluster cluster)
Sets the value of
KubernetesPatchProps.getCluster() |
HelmChartProps.Builder |
HelmChartProps.Builder.cluster(ICluster cluster)
Sets the value of
HelmChartProps.getCluster() |
HelmChart.Builder |
HelmChart.Builder.cluster(ICluster cluster)
(experimental) The EKS cluster to apply this configuration to.
|
KubernetesManifestProps.Builder |
KubernetesManifestProps.Builder.cluster(ICluster cluster)
Sets the value of
KubernetesManifestProps.getCluster() |
ServiceAccountProps.Builder |
ServiceAccountProps.Builder.cluster(ICluster cluster)
Sets the value of
ServiceAccountProps.getCluster() |
KubernetesObjectValueProps.Builder |
KubernetesObjectValueProps.Builder.cluster(ICluster cluster)
Sets the value of
KubernetesObjectValueProps.getCluster() |
KubernetesManifest.Builder |
KubernetesManifest.Builder.cluster(ICluster cluster)
(experimental) The EKS cluster to apply this manifest to.
|
ServiceAccount.Builder |
ServiceAccount.Builder.cluster(ICluster cluster)
(experimental) The cluster to apply the patch to.
|
KubernetesObjectValue.Builder |
KubernetesObjectValue.Builder.cluster(ICluster cluster)
(experimental) The EKS cluster to fetch attributes from.
|
Nodegroup.Builder |
Nodegroup.Builder.cluster(ICluster cluster)
(experimental) Cluster resource.
|
KubernetesPatch.Builder |
KubernetesPatch.Builder.cluster(ICluster cluster)
(experimental) The cluster to apply the patch to.
|
NodegroupProps.Builder |
NodegroupProps.Builder.cluster(ICluster cluster)
Sets the value of
NodegroupProps.getCluster() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
List<? extends Map<String,? extends Object>> manifest,
Boolean overwrite,
Boolean prune,
Boolean skipValidation)
Constructor that initializes the object based on literal property values passed by the
KubernetesManifestProps.Builder. |
Jsii$Proxy(ICluster cluster,
NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupProps.Builder. |
Jsii$Proxy(ICluster cluster,
String chart,
Boolean createNamespace,
String namespace,
String release,
String repository,
Duration timeout,
Map<String,? extends Object> values,
String version,
Boolean wait)
Constructor that initializes the object based on literal property values passed by the
HelmChartProps.Builder. |
Jsii$Proxy(ICluster cluster,
String name,
String namespace)
Constructor that initializes the object based on literal property values passed by the
ServiceAccountProps.Builder. |
Jsii$Proxy(ICluster cluster,
String jsonPath,
String objectName,
String objectType,
String objectNamespace,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
KubernetesObjectValueProps.Builder. |
Jsii$Proxy(Map<String,? extends Object> applyPatch,
ICluster cluster,
String resourceName,
Map<String,? extends Object> restorePatch,
PatchType patchType,
String resourceNamespace)
Constructor that initializes the object based on literal property values passed by the
KubernetesPatchProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
ICluster |
EksCallProps.getCluster()
(experimental) The EKS cluster.
|
ICluster |
EksCallProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
EksCall.Builder |
EksCall.Builder.cluster(ICluster cluster)
(experimental) The EKS cluster.
|
EksCallProps.Builder |
EksCallProps.Builder.cluster(ICluster cluster)
Sets the value of
EksCallProps.getCluster() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
HttpMethods httpMethod,
String httpPath,
Map<String,? extends List<String>> queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EksCallProps.Builder. |
Copyright © 2021. All rights reserved.