| Modifier and Type | Method and Description |
|---|---|
static ServiceAccount.Builder |
ServiceAccount.Builder.create(software.constructs.Construct scope,
String id) |
ServiceAccount.Builder |
ServiceAccount.Builder.metadata(org.cdk8s.ApiObjectMetadata metadata)
Metadata that all persisted resources must have, which includes all objects users must create.
|
ServiceAccount.Builder |
ServiceAccount.Builder.secrets(List<? extends ISecret> secrets)
List of secrets allowed to be used by pods running using this ServiceAccount.
|
Copyright © 2021. All rights reserved.