class K8S::Api::Autoscaling::V2beta2::MetricValueStatus
- K8S::Api::Autoscaling::V2beta2::MetricValueStatus
- Reference
- Object
Overview
MetricValueStatus holds the current value for a metric
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/autoscaling/v2beta2/metric_value_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, average_utilization : Int32? = nil, average_value : Int32 | String | Nil = nil, value : Int32 | String | Nil = nil)
Instance Method Summary
- #average_utilization : Int32?
- #average_utilization=(average_utilization : Int32?)
- #average_value : Int32 | String | Nil
- #average_value=(average_value : Int32 | String | Nil)
- #value : Int32 | String | Nil
- #value=(value : Int32 | String | Nil)
Constructor Detail
def self.new(*, average_utilization : Int32? = nil, average_value : Int32 | String | Nil = nil, value : Int32 | String | Nil = nil)
#