KubeServiceAccount.Builder |
KubeServiceAccount.Builder.automountServiceAccountToken(Boolean automountServiceAccountToken) |
AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted.
|
static KubeServiceAccount.Builder |
KubeServiceAccount.Builder.create(software.constructs.Construct scope,
String id) |
|
KubeServiceAccount.Builder |
KubeServiceAccount.Builder.imagePullSecrets(List<? extends LocalObjectReference> imagePullSecrets) |
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount.
|
KubeServiceAccount.Builder |
KubeServiceAccount.Builder.metadata(ObjectMeta metadata) |
Standard object's metadata.
|
KubeServiceAccount.Builder |
KubeServiceAccount.Builder.secrets(List<? extends ObjectReference> secrets) |
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use.
|