class Pyrite::Api::Apps::V1::StatefulSetStatus
Overview
StatefulSetStatus represents the current state of a StatefulSet.
Defined in:
versions/v1.14/api/apps/v1/stateful_set_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
StatefulSetStatus represents the current state of a StatefulSet.
-
.new(pull : JSON::PullParser)
StatefulSetStatus represents the current state of a StatefulSet.
- .new(*, collision_count : Int32? = nil, conditions : Array? = nil, current_replicas : Int32? = nil, current_revision : String? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, replicas : Int32, update_revision : String? = nil, updated_replicas : Int32? = nil)
Instance Method Summary
- #collision_count : Int32?
- #collision_count=(collision_count : Int32?)
- #conditions : Array(Api::Apps::V1::StatefulSetCondition)?
- #conditions=(conditions : Array(Api::Apps::V1::StatefulSetCondition)?)
- #current_replicas : Int32?
- #current_replicas=(current_replicas : Int32?)
- #current_revision : String?
- #current_revision=(current_revision : String?)
- #observed_generation : Int32?
- #observed_generation=(observed_generation : Int32?)
- #ready_replicas : Int32?
- #ready_replicas=(ready_replicas : Int32?)
- #replicas : Int32
- #replicas=(replicas : Int32)
- #update_revision : String?
- #update_revision=(update_revision : String?)
- #updated_replicas : Int32?
- #updated_replicas=(updated_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)
#
StatefulSetStatus represents the current state of a StatefulSet.
def self.new(pull : JSON::PullParser)
#
StatefulSetStatus represents the current state of a StatefulSet.
def self.new(*, collision_count : Int32? = nil, conditions : Array? = nil, current_replicas : Int32? = nil, current_revision : String? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, replicas : Int32, update_revision : String? = nil, updated_replicas : Int32? = nil)
#