struct
Kubernetes::ReplicaSetStatus
- Kubernetes::ReplicaSetStatus
- Struct
- Value
- Object
Overview
ReplicaSetStatus represents the current status of a ReplicaSet.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_apps_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 non-terminating pods (ready for at least minReadySeconds) for this replica set.
-
#available_replicas=(available_replicas : Int32 | Nil)
The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
-
#conditions : Array(ReplicaSetCondition) | Nil
Represents the latest available observations of a replica set's current state.
-
#conditions=(conditions : Array(ReplicaSetCondition) | Nil)
Represents the latest available observations of a replica set's current state.
-
#fully_labeled_replicas : Int32 | Nil
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
-
#fully_labeled_replicas=(fully_labeled_replicas : Int32 | Nil)
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
-
#observed_generation : Int64 | Nil
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
-
#observed_generation=(observed_generation : Int64 | Nil)
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
-
#ready_replicas : Int32 | Nil
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
-
#ready_replicas=(ready_replicas : Int32 | Nil)
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
-
#replicas : Int32 | Nil
Replicas is the most recently observed number of non-terminating pods.
-
#replicas=(replicas : Int32 | Nil)
Replicas is the most recently observed number of non-terminating pods.
-
#terminating_replicas : Int32 | Nil
The number of terminating pods for this replica set.
-
#terminating_replicas=(terminating_replicas : Int32 | Nil)
The number of terminating pods for this replica set.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.
Represents the latest available observations of a replica set's current state.
Represents the latest available observations of a replica set's current state.
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.
Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase. This is a beta field and requires enabling DeploymentReplicaSetTerminatingReplicas feature (enabled by default).
The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase. This is a beta field and requires enabling DeploymentReplicaSetTerminatingReplicas feature (enabled by default).