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.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) #

ScaleStatus represents the current status of a scale subresource.


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

ScaleStatus represents the current status of a scale subresource.


def self.new(*, replicas : Int32, selector : String? = nil) #

Instance Method Detail

def replicas : Int32 #

def replicas=(replicas : Int32) #

def selector : String? #

def selector=(selector : String?) #