View Source GoogleApi.Container.V1.Model.VerticalPodAutoscaling (google_api_container v0.45.0)

VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.

Attributes

  • enabled (type: boolean(), default: nil) - Enables vertical pod autoscaling.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.VerticalPodAutoscaling{
  enabled: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.