class Pyrite::Api::Extensions::V1beta1::DeploymentStatus

Overview

DeploymentStatus is the most recently observed status of the Deployment.

Defined in:

versions/v1.14/api/extensions/v1beta1/deployment_status.cr

Constructors

Instance Method Summary

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.


def self.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 Detail

def available_replicas : Int32? #

def available_replicas=(available_replicas : Int32?) #

def collision_count : Int32? #

def collision_count=(collision_count : Int32?) #


def conditions=(conditions : Array(Api::Extensions::V1beta1::DeploymentCondition)?) #

def observed_generation : Int32? #

def observed_generation=(observed_generation : Int32?) #

def ready_replicas : Int32? #

def ready_replicas=(ready_replicas : Int32?) #

def replicas : Int32? #

def replicas=(replicas : Int32?) #

def unavailable_replicas : Int32? #

def unavailable_replicas=(unavailable_replicas : Int32?) #

def updated_replicas : Int32? #

def updated_replicas=(updated_replicas : Int32?) #