Sha256: 0e4e59a273962c86196113e4c5d75732a8c11a950599f6a290e66e21a5dfbae0
Contents?: true
Size: 1.87 KB
Versions: 1
Compression:
Stored size: 1.87 KB
Contents
# Zilla::IoK8sApiAppsV1DeploymentStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **available_replicas** | **Integer** | Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. | [optional] | | **collision_count** | **Integer** | Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. | [optional] | | **conditions** | [**Array<IoK8sApiAppsV1DeploymentCondition>**](IoK8sApiAppsV1DeploymentCondition.md) | Represents the latest available observations of a deployment's current state. | [optional] | | **observed_generation** | **Integer** | The generation observed by the deployment controller. | [optional] | | **ready_replicas** | **Integer** | readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. | [optional] | | **replicas** | **Integer** | Total number of non-terminated pods targeted by this deployment (their labels match the selector). | [optional] | | **unavailable_replicas** | **Integer** | Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. | [optional] | | **updated_replicas** | **Integer** | Total number of non-terminated pods targeted by this deployment that have the desired template spec. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAppsV1DeploymentStatus.new( available_replicas: null, collision_count: null, conditions: null, observed_generation: null, ready_replicas: null, replicas: null, unavailable_replicas: null, updated_replicas: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAppsV1DeploymentStatus.md |