class Pyrite::Api::Autoscaling::V1::ScaleStatus
Overview
ScaleStatus represents the current status of a scale subresource.
Defined in:
versions/v1.14/api/autoscaling/v1/scale_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ScaleStatus represents the current status of a scale subresource.
-
.new(pull : JSON::PullParser)
ScaleStatus represents the current status of a scale subresource.
- .new(*, replicas : Int32, selector : String? = nil)
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)
#
ScaleStatus represents the current status of a scale subresource.
def self.new(pull : JSON::PullParser)
#
ScaleStatus represents the current status of a scale subresource.