class Pyrite::Api::Autoscaling::V2beta2::ObjectMetricStatus

Overview

ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

Defined in:

versions/v1.14/api/autoscaling/v2beta2/object_metric_status.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).


def self.new(pull : JSON::PullParser) #

ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).



Instance Method Detail




def described_object=(described_object : Api::Autoscaling::V2beta2::CrossVersionObjectReference) #