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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
represents the current status of a scale subresource.
-
.new(pull : JSON::PullParser)
represents the current status of a scale subresource.
- .new(*, replicas : Int32, selector : Hash(String, String)? = nil, target_selector : String? = nil)
Instance Method Summary
- #replicas : Int32
- #replicas=(replicas : Int32)
- #selector : Hash(String, String)?
- #selector=(selector : Hash(String, String)?)
- #target_selector : String?
- #target_selector=(target_selector : String?)
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(*, replicas : Int32, selector : Hash(String, String)? = nil, target_selector : String? = nil)
#