| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAccount.Builder |
ServiceAccount.Builder.cluster(ICluster cluster)
(experimental) The cluster to apply the patch to.
|
static ServiceAccount.Builder |
ServiceAccount.Builder.create(software.constructs.Construct scope,
String id) |
ServiceAccount.Builder |
ServiceAccount.Builder.name(String name)
(experimental) The name of the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.namespace(String namespace)
(experimental) The namespace of the service account.
|
Copyright © 2021. All rights reserved.