class Pyrite::Api::Apps::V1beta1::DeploymentStatus
Overview
DeploymentStatus is the most recently observed status of the Deployment.
Defined in:
versions/v1.14/api/apps/v1beta1/deployment_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DeploymentStatus is the most recently observed status of the Deployment.
-
.new(pull : JSON::PullParser)
DeploymentStatus is the most recently observed status of the Deployment.
- .new(*, available_replicas : Int32? = nil, collision_count : Int32? = nil, conditions : Array? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, replicas : Int32? = nil, unavailable_replicas : Int32? = nil, updated_replicas : Int32? = nil)
Instance Method Summary
- #available_replicas : Int32?
- #available_replicas=(available_replicas : Int32?)
- #collision_count : Int32?
- #collision_count=(collision_count : Int32?)
- #conditions : Array(Api::Apps::V1beta1::DeploymentCondition)?
- #conditions=(conditions : Array(Api::Apps::V1beta1::DeploymentCondition)?)
- #observed_generation : Int32?
- #observed_generation=(observed_generation : Int32?)
- #ready_replicas : Int32?
- #ready_replicas=(ready_replicas : Int32?)
- #replicas : Int32?
- #replicas=(replicas : Int32?)
- #unavailable_replicas : Int32?
- #unavailable_replicas=(unavailable_replicas : Int32?)
- #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)
#
DeploymentStatus is the most recently observed status of the Deployment.
def self.new(pull : JSON::PullParser)
#
DeploymentStatus is the most recently observed status of the Deployment.