class K8S::Api::Apps::V1beta1::ScaleStatus

Overview

ScaleStatus represents the current status of a scale subresource.

Included Modules

Defined in:

versions/v1.16/api/apps/v1beta1/scale_status.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, replicas : Int32, selector : Hash(String, String)? = nil, target_selector : String? = nil) #

[View source]

Instance Method Detail

def replicas : Int32 #

[View source]
def replicas=(replicas : Int32) #

[View source]
def selector : Hash(String, String)? #

[View source]
def selector=(selector : Hash(String, String)?) #

[View source]
def target_selector : String? #

[View source]
def target_selector=(target_selector : String?) #

[View source]