Reference documentation and code samples for the Google Cloud Container V1 Client class SliceControllerConfig.
Configuration for the Slice Controller.
Generated from protobuf message google.container.v1.SliceControllerConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Optional. Indicates whether Slice Controller is enabled in the cluster. |
getEnabled
Optional. Indicates whether Slice Controller is enabled in the cluster.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Optional. Indicates whether Slice Controller is enabled in the cluster.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|