class K8S::Api::Apps::V1::StatefulSetStatus

Overview

StatefulSetStatus represents the current state of a StatefulSet.

Included Modules

Defined in:

versions/v1.20/api/apps/v1/stateful_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, collision_count : Int32? = nil, conditions : Array(Api::Apps::V1::StatefulSetCondition)? = nil, current_replicas : Int32? = nil, current_revision : String? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, update_revision : String? = nil, updated_replicas : Int32? = nil) #

[View source]

Instance Method Detail

def collision_count : Int32? #

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

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

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

[View source]
def current_replicas : Int32? #

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

[View source]
def current_revision : String? #

[View source]
def current_revision=(current_revision : String?) #

[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 update_revision : String? #

[View source]
def update_revision=(update_revision : String?) #

[View source]
def updated_replicas : Int32? #

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

[View source]