class K8S::Api::Apps::V1beta1::ScaleStatus
- K8S::Api::Apps::V1beta1::ScaleStatus
- Reference
- Object
Overview
ScaleStatus represents the current status of a scale subresource.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/api/apps/v1beta1/scale_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .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 Detail
def self.new(*, replicas : Int32, selector : Hash(String, String)? = nil, target_selector : String? = nil)
#