class K8S::Api::Apps::V1::DeploymentStatus

Overview

DeploymentStatus is the most recently observed status of the Deployment.

Included Modules

Defined in:

versions/v1.15/api/apps/v1/deployment_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, available_replicas : Int32? = nil, collision_count : Int32? = nil, conditions : Array(Api::Apps::V1::DeploymentCondition)? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, replicas : Int32? = nil, unavailable_replicas : Int32? = nil, updated_replicas : Int32? = nil) #

[View source]

Instance Method Detail

def available_replicas : Int32? #

[View source]
def available_replicas=(available_replicas : Int32?) #

[View source]
def collision_count : Int32? #

[View source]
def collision_count=(collision_count : Int32?) #

[View source]
def conditions : Array(Api::Apps::V1::DeploymentCondition)? #

[View source]
def conditions=(conditions : Array(Api::Apps::V1::DeploymentCondition)?) #

[View source]
def observed_generation : Int32? #

[View source]
def observed_generation=(observed_generation : Int32?) #

[View source]
def ready_replicas : Int32? #

[View source]
def ready_replicas=(ready_replicas : Int32?) #

[View source]
def replicas : Int32? #

[View source]
def replicas=(replicas : Int32?) #

[View source]
def unavailable_replicas : Int32? #

[View source]
def unavailable_replicas=(unavailable_replicas : Int32?) #

[View source]
def updated_replicas : Int32? #

[View source]
def updated_replicas=(updated_replicas : Int32?) #

[View source]