class Pyrite::Api::Core::V1::ReplicationControllerStatus
Overview
ReplicationControllerStatus represents the current status of a replication controller.
Defined in:
versions/v1.14/api/core/v1/replication_controller_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ReplicationControllerStatus represents the current status of a replication controller.
-
.new(pull : JSON::PullParser)
ReplicationControllerStatus represents the current status of a replication controller.
- .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::Core::V1::ReplicationControllerCondition)?
- #conditions=(conditions : Array(Api::Core::V1::ReplicationControllerCondition)?)
- #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)
#
ReplicationControllerStatus represents the current status of a replication controller.
def self.new(pull : JSON::PullParser)
#
ReplicationControllerStatus represents the current status of a replication controller.
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)
#