WorkloadIdentityConfigArgs

data class WorkloadIdentityConfigArgs(val workloadPool: Output<String>? = null) : ConvertibleToJava<WorkloadIdentityConfigArgs>

Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.

Constructors

Link copied to clipboard
fun WorkloadIdentityConfigArgs(workloadPool: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): WorkloadIdentityConfigArgs

Properties

Link copied to clipboard
val workloadPool: Output<String>? = null

The workload pool to attach all Kubernetes service accounts to.