Kubernetes::MetricValueStatus
Inherits YAML::Serializable < JSON::Serializable < Kubernetes::Serializable < Struct < Value < Object
MetricValueStatus holds the current value for a metric
Constructors
Instance methods
averageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
averageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
Macros
Helper macro for defining fields with automatic camelCase conversion