class K8S::Api::Core::V1::ReplicationControllerStatus

Overview

ReplicationControllerStatus represents the current status of a replication controller.

Included Modules

Defined in:

versions/v1.11/api/core/v1/replication_controller_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(*, replicas : Int32, available_replicas : Int32? = nil, conditions : Array(Api::Core::V1::ReplicationControllerCondition)? = nil, fully_labeled_replicas : Int32? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil) #

[View source]

Instance Method Detail

def available_replicas : Int32? #

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

[View source]

[View source]
def conditions=(conditions : Array(Api::Core::V1::ReplicationControllerCondition)?) #

[View source]
def fully_labeled_replicas : Int32? #

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

[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]