struct Kubernetes::ReplicationControllerStatus

Overview

ReplicationControllerStatus represents the current status of a replication controller.

Included Modules

Defined in:

generated/models/io_k8s_api_core_v1.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

def self.new(*, __pull_for_json_serializable pull : ::JSON::PullParser) #

def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node) #

Macro Detail

macro field(name, type = nil, **options, &block) #

Helper macro for defining fields with automatic camelCase conversion


Instance Method Detail

def available_replicas : Int32 | Nil #

The number of available replicas (ready for at least minReadySeconds) for this replication controller.


def available_replicas=(available_replicas : Int32 | Nil) #

The number of available replicas (ready for at least minReadySeconds) for this replication controller.


def conditions : Array(ReplicationControllerCondition) | Nil #

Represents the latest available observations of a replication controller's current state.


def conditions=(conditions : Array(ReplicationControllerCondition) | Nil) #

Represents the latest available observations of a replication controller's current state.


def fully_labeled_replicas : Int32 | Nil #

The number of pods that have labels matching the labels of the pod template of the replication controller.


def fully_labeled_replicas=(fully_labeled_replicas : Int32 | Nil) #

The number of pods that have labels matching the labels of the pod template of the replication controller.


def observed_generation : Int64 | Nil #

ObservedGeneration reflects the generation of the most recently observed replication controller.


def observed_generation=(observed_generation : Int64 | Nil) #

ObservedGeneration reflects the generation of the most recently observed replication controller.


def ready_replicas : Int32 | Nil #

The number of ready replicas for this replication controller.


def ready_replicas=(ready_replicas : Int32 | Nil) #

The number of ready replicas for this replication controller.


def replicas : Int32 | Nil #

Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller


def replicas=(replicas : Int32 | Nil) #

Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller