#include <vertical_pod_autoscaling.h>
VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.
◆ VerticalPodAutoscaling() [1/2]
google_container_api::VerticalPodAutoscaling::VerticalPodAutoscaling |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ VerticalPodAutoscaling() [2/2]
google_container_api::VerticalPodAutoscaling::VerticalPodAutoscaling |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~VerticalPodAutoscaling()
google_container_api::VerticalPodAutoscaling::~VerticalPodAutoscaling |
( |
| ) |
|
|
virtual |
◆ clear_enabled()
void google_container_api::VerticalPodAutoscaling::clear_enabled |
( |
| ) |
|
|
inline |
Clears the 'enabled
' attribute.
◆ get_enabled()
bool google_container_api::VerticalPodAutoscaling::get_enabled |
( |
| ) |
const |
|
inline |
Get the value of the 'enabled
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::VerticalPodAutoscaling::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_enabled()
bool google_container_api::VerticalPodAutoscaling::has_enabled |
( |
| ) |
const |
|
inline |
Determine if the 'enabled
' attribute was set.
- Returns
- true if the '
enabled
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_enabled()
void google_container_api::VerticalPodAutoscaling::set_enabled |
( |
bool |
value | ) |
|
|
inline |
Change the 'enabled
' attribute.
Enables vertical pod autoscaling.
- Parameters
-
The documentation for this class was generated from the following files: