|
container
v1
|
#include <horizontal_pod_autoscaling.h>
Public Member Functions | |
| HorizontalPodAutoscaling (const Json::Value &storage) | |
| HorizontalPodAutoscaling (Json::Value *storage) | |
| virtual | ~HorizontalPodAutoscaling () |
| const StringPiece | GetTypeName () const |
| bool | has_disabled () const |
| void | clear_disabled () |
| bool | get_disabled () const |
| void | set_disabled (bool value) |
Static Public Member Functions | |
| static HorizontalPodAutoscaling * | New () |
Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'disabled' attribute.
|
inline |
Get the value of the 'disabled' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'disabled' attribute was set.
disabled' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'disabled' attribute.
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
| [in] | value | The new value. |