Google Cloud Container V1 Client - Class Autopilot (2.7.0)

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

Autopilot is the configuration for Autopilot settings on the cluster.

Generated from protobuf message google.container.v1.Autopilot

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enabled bool

Enable Autopilot

↳ workload_policy_config WorkloadPolicyConfig

WorkloadPolicyConfig is the configuration related to GCW workload policy

↳ privileged_admission_config PrivilegedAdmissionConfig

PrivilegedAdmissionConfig is the configuration related to privileged admission control.

getEnabled

Enable Autopilot

Returns
Type Description
bool

setEnabled

Enable Autopilot

Parameter
Name Description
var bool
Returns
Type Description
$this

getWorkloadPolicyConfig

WorkloadPolicyConfig is the configuration related to GCW workload policy

Returns
Type Description
WorkloadPolicyConfig|null

hasWorkloadPolicyConfig

clearWorkloadPolicyConfig

setWorkloadPolicyConfig

WorkloadPolicyConfig is the configuration related to GCW workload policy

Parameter
Name Description
var WorkloadPolicyConfig
Returns
Type Description
$this

getPrivilegedAdmissionConfig

PrivilegedAdmissionConfig is the configuration related to privileged admission control.

Returns
Type Description
PrivilegedAdmissionConfig|null

hasPrivilegedAdmissionConfig

clearPrivilegedAdmissionConfig

setPrivilegedAdmissionConfig

PrivilegedAdmissionConfig is the configuration related to privileged admission control.

Parameter
Name Description
var PrivilegedAdmissionConfig
Returns
Type Description
$this