Resource Type: kubernetes_deployment_status
- Defined in:
- lib/puppet/type/kubernetes_deployment_status.rb
- Providers:
-
swagger
Overview
DeploymentStatus is the most recently observed status of the Deployment.
Properties
-
available_replicas
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
-
collision_count
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.
-
conditions
Represents the latest available observations of a deployment’s current state.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
observed_generation
The generation observed by the deployment controller.
-
ready_replicas
Total number of ready pods targeted by this deployment.
-
replicas
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
-
unavailable_replicas
Total number of unavailable pods targeted by this deployment.
-
updated_replicas
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
Parameters
-
name (namevar)
Name of the deployment_status.
-
provider
The specific backend to use for this ‘kubernetes_deployment_status` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.