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
constructor(workloadPool: Output<String>? = null)

Properties

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

The workload pool to attach all Kubernetes service accounts to.

Functions

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