Uses of Class
org.cdk8s.plus24.ServiceAccount.Builder
-
Packages that use ServiceAccount.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ServiceAccount.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return ServiceAccount.Builder Modifier and Type Method Description ServiceAccount.Builder
ServiceAccount.Builder. automountToken(Boolean automountToken)
Indicates whether pods running as this service account should have an API token automatically mounted.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.
-