class K8S::Api::Apps::V1::ReplicaSetStatus

Overview

ReplicaSetStatus represents the current status of a ReplicaSet.

Included Modules

Defined in:

versions/v1.22/api/apps/v1/replica_set_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::Apps::V1::ReplicaSetCondition)? = 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]
def conditions : Array(Api::Apps::V1::ReplicaSetCondition)? #

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

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