container
v1
|
#include <workload_identity_config.h>
Public Member Functions | |
WorkloadIdentityConfig (const Json::Value &storage) | |
WorkloadIdentityConfig (Json::Value *storage) | |
virtual | ~WorkloadIdentityConfig () |
const StringPiece | GetTypeName () const |
bool | has_workload_pool () const |
void | clear_workload_pool () |
const StringPiece | get_workload_pool () const |
void | set_workload_pool (const StringPiece &value) |
Static Public Member Functions | |
static WorkloadIdentityConfig * | New () |
Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'workloadPool
' attribute.
|
inline |
Get the value of the 'workloadPool
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'workloadPool
' attribute was set.
workloadPool
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'workloadPool
' attribute.
The workload pool to attach all Kubernetes service accounts to.
[in] | value | The new value. |