Google Cloud Container V1 Client - Class WorkloadPolicyConfig (2.4.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class WorkloadPolicyConfig.

WorkloadPolicyConfig is the configuration related to GCW workload policy

Generated from protobuf message google.container.v1.WorkloadPolicyConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ allow_net_admin bool

If true, workloads can use NET_ADMIN capability.

↳ autopilot_compatibility_auditing_enabled bool

If true, enables the GCW Auditor that audits workloads on standard clusters.

getAllowNetAdmin

If true, workloads can use NET_ADMIN capability.

Returns
Type Description
bool

hasAllowNetAdmin

clearAllowNetAdmin

setAllowNetAdmin

If true, workloads can use NET_ADMIN capability.

Parameter
Name Description
var bool
Returns
Type Description
$this

getAutopilotCompatibilityAuditingEnabled

If true, enables the GCW Auditor that audits workloads on standard clusters.

Returns
Type Description
bool

hasAutopilotCompatibilityAuditingEnabled

clearAutopilotCompatibilityAuditingEnabled

setAutopilotCompatibilityAuditingEnabled

If true, enables the GCW Auditor that audits workloads on standard clusters.

Parameter
Name Description
var bool
Returns
Type Description
$this