Reference documentation and code samples for the Google Cloud Container V1 Client class VerticalPodAutoscaling.
VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.
Generated from protobuf message google.container.v1.VerticalPodAutoscaling
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Enables vertical pod autoscaling. |
getEnabled
Enables vertical pod autoscaling.
Returns | |
---|---|
Type | Description |
bool |
setEnabled
Enables vertical pod autoscaling.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |