struct
Kubernetes::ReplicationControllerStatus
- Kubernetes::ReplicationControllerStatus
- Struct
- Value
- Object
Overview
ReplicationControllerStatus represents the current status of a replication controller.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_core_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#available_replicas : Int32 | Nil
The number of available replicas (ready for at least minReadySeconds) for this replication controller.
-
#available_replicas=(available_replicas : Int32 | Nil)
The number of available replicas (ready for at least minReadySeconds) for this replication controller.
-
#conditions : Array(ReplicationControllerCondition) | Nil
Represents the latest available observations of a replication controller's current state.
-
#conditions=(conditions : Array(ReplicationControllerCondition) | Nil)
Represents the latest available observations of a replication controller's current state.
-
#fully_labeled_replicas : Int32 | Nil
The number of pods that have labels matching the labels of the pod template of the replication controller.
-
#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.
-
#observed_generation : Int64 | Nil
ObservedGeneration reflects the generation of the most recently observed replication controller.
-
#observed_generation=(observed_generation : Int64 | Nil)
ObservedGeneration reflects the generation of the most recently observed replication controller.
-
#ready_replicas : Int32 | Nil
The number of ready replicas for this replication controller.
-
#ready_replicas=(ready_replicas : Int32 | Nil)
The number of ready replicas for this replication controller.
-
#replicas : Int32 | Nil
Replicas is the most recently observed number of replicas.
-
#replicas=(replicas : Int32 | Nil)
Replicas is the most recently observed number of replicas.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
The number of available replicas (ready for at least minReadySeconds) for this replication controller.
The number of available replicas (ready for at least minReadySeconds) for this replication controller.
Represents the latest available observations of a replication controller's current state.
Represents the latest available observations of a replication controller's current state.
The number of pods that have labels matching the labels of the pod template of the replication controller.
The number of pods that have labels matching the labels of the pod template of the replication controller.
ObservedGeneration reflects the generation of the most recently observed replication controller.
ObservedGeneration reflects the generation of the most recently observed replication controller.
The number of ready replicas for this replication controller.
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller