Uses of Class
org.cdk8s.plus24.ServiceAccount.Builder
-
-
Uses of ServiceAccount.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return ServiceAccount.Builder Modifier and Type Method Description ServiceAccount.BuilderServiceAccount.Builder. automountToken(Boolean automountToken)Indicates whether pods running as this service account should have an API token automatically mounted.static ServiceAccount.BuilderServiceAccount.Builder. create(software.constructs.Construct scope, String id)ServiceAccount.BuilderServiceAccount.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Metadata that all persisted resources must have, which includes all objects users must create.ServiceAccount.BuilderServiceAccount.Builder. secrets(List<? extends ISecret> secrets)List of secrets allowed to be used by pods running using this ServiceAccount.
-