class Pyrite::Api::Core::V1::ReplicationControllerStatus

Overview

ReplicationControllerStatus represents the current status of a replication controller.

Defined in:

versions/v1.14/api/core/v1/replication_controller_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) #

ReplicationControllerStatus represents the current status of a replication controller.


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

ReplicationControllerStatus represents the current status of a replication controller.


def self.new(*, available_replicas : Int32? = nil, conditions : Array? = nil, fully_labeled_replicas : Int32? = nil, observed_generation : Int32? = nil, ready_replicas : Int32? = nil, replicas : Int32) #

Instance Method Detail

def available_replicas : Int32? #

def available_replicas=(available_replicas : Int32?) #


def conditions=(conditions : Array(Api::Core::V1::ReplicationControllerCondition)?) #

def fully_labeled_replicas : Int32? #

def fully_labeled_replicas=(fully_labeled_replicas : Int32?) #

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) #