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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Enable Autopilot |
getEnabled
Enable Autopilot
Generated from protobuf field bool enabled = 1;
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Enable Autopilot
Generated from protobuf field bool enabled = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|