Reference documentation and code samples for the Google Cloud Container V1 Client class WorkloadIdentityConfig.
Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
Generated from protobuf message google.container.v1.WorkloadIdentityConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ workload_pool |
string
The workload pool to attach all Kubernetes service accounts to. |
getWorkloadPool
The workload pool to attach all Kubernetes service accounts to.
Returns | |
---|---|
Type | Description |
string |
setWorkloadPool
The workload pool to attach all Kubernetes service accounts to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |