class Pyrite::Api::Apps::V1beta1::StatefulSetStatus

Overview

StatefulSetStatus represents the current state of a StatefulSet.

Defined in:

versions/v1.14/api/apps/v1beta1/stateful_set_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) #

StatefulSetStatus represents the current state of a StatefulSet.


def self.new(pull : JSON::PullParser) #

StatefulSetStatus represents the current state of a StatefulSet.


def self.new(*, collision_count : Int32? = nil, conditions : Array? = nil, current_replicas : Int32? = nil, current_revision : String? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, replicas : Int32, update_revision : String? = nil, updated_replicas : Int32? = nil) #

Instance Method Detail

def collision_count : Int32? #

def collision_count=(collision_count : Int32?) #

def conditions : Array(Api::Apps::V1beta1::StatefulSetCondition)? #

def conditions=(conditions : Array(Api::Apps::V1beta1::StatefulSetCondition)?) #

def current_replicas : Int32? #

def current_replicas=(current_replicas : Int32?) #

def current_revision : String? #

def current_revision=(current_revision : String?) #

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

def update_revision=(update_revision : String?) #

def updated_replicas : Int32? #

def updated_replicas=(updated_replicas : Int32?) #