kubernetesServiceAccount property

String? kubernetesServiceAccount
getter/setter pair

Matches a single Kubernetes service account, e.g. my-namespace:my-service-account.

kubernetes_service_account scope is always more specific than kubernetes_namespace scope for the same namespace.

Optional.

Implementation

core.String? kubernetesServiceAccount;