class Pyrite::Api::Apps::V1::ReplicaSetStatus
Overview
ReplicaSetStatus represents the current status of a ReplicaSet.
Defined in:
versions/v1.14/api/apps/v1/replica_set_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ReplicaSetStatus represents the current status of a ReplicaSet.
-
.new(pull : JSON::PullParser)
ReplicaSetStatus represents the current status of a ReplicaSet.
- .new(*, available_replicas : Int32? = nil, conditions : Array? = nil, fully_labeled_replicas : Int32? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, replicas : Int32)
Instance Method Summary
- #available_replicas : Int32?
- #available_replicas=(available_replicas : Int32?)
- #conditions : Array(Api::Apps::V1::ReplicaSetCondition)?
- #conditions=(conditions : Array(Api::Apps::V1::ReplicaSetCondition)?)
- #fully_labeled_replicas : Int32?
- #fully_labeled_replicas=(fully_labeled_replicas : Int32?)
- #observed_generation : Int32?
- #observed_generation=(observed_generation : Int32?)
- #ready_replicas : Int32?
- #ready_replicas=(ready_replicas : Int32?)
- #replicas : Int32
- #replicas=(replicas : Int32)
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)
#
ReplicaSetStatus represents the current status of a ReplicaSet.
def self.new(pull : JSON::PullParser)
#
ReplicaSetStatus represents the current status of a ReplicaSet.
def self.new(*, available_replicas : Int32? = nil, conditions : Array? = nil, fully_labeled_replicas : Int32? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, replicas : Int32)
#