Sha256: 7213ebcb69c0ba4cc6f79b990d9cb5b470e80d31762ba43998a4e36618e860af
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
# Zilla::IoK8sApiAppsV1ReplicaSetStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **available_replicas** | **Integer** | The number of available replicas (ready for at least minReadySeconds) for this replica set. | [optional] | | **conditions** | [**Array<IoK8sApiAppsV1ReplicaSetCondition>**](IoK8sApiAppsV1ReplicaSetCondition.md) | Represents the latest available observations of a replica set's current state. | [optional] | | **fully_labeled_replicas** | **Integer** | The number of pods that have labels matching the labels of the pod template of the replicaset. | [optional] | | **observed_generation** | **Integer** | ObservedGeneration reflects the generation of the most recently observed ReplicaSet. | [optional] | | **ready_replicas** | **Integer** | readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition. | [optional] | | **replicas** | **Integer** | Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAppsV1ReplicaSetStatus.new( available_replicas: null, conditions: null, fully_labeled_replicas: null, observed_generation: null, ready_replicas: null, replicas: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAppsV1ReplicaSetStatus.md |