class Pyrite::Api::Extensions::V1beta1::ScaleStatus

Overview

represents the current status of a scale subresource.

Defined in:

versions/v1.14/api/extensions/v1beta1/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) #

represents the current status of a scale subresource.


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

represents the current status of a scale subresource.


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

Instance Method Detail

def replicas : Int32 #

def replicas=(replicas : Int32) #

def selector : Hash(String, String)? #

def selector=(selector : Hash(String, String)?) #

def target_selector : String? #

def target_selector=(target_selector : String?) #