Deployment Status Patch
data class DeploymentStatusPatch(val availableReplicas: Int? = null, val collisionCount: Int? = null, val conditions: List<DeploymentConditionPatch>? = null, val observedGeneration: Int? = null, val readyReplicas: Int? = null, val replicas: Int? = null, val unavailableReplicas: Int? = null, val updatedReplicas: Int? = null)
DeploymentStatus is the most recently observed status of the Deployment.
Constructors
Link copied to clipboard
fun DeploymentStatusPatch(availableReplicas: Int? = null, collisionCount: Int? = null, conditions: List<DeploymentConditionPatch>? = null, observedGeneration: Int? = null, readyReplicas: Int? = null, replicas: Int? = null, unavailableReplicas: Int? = null, updatedReplicas: Int? = null)