DeploymentStatus constructor
const
DeploymentStatus({})
Default constructor.
Implementation
const DeploymentStatus({
this.availableReplicas,
this.collisionCount,
this.conditions,
this.observedGeneration,
this.readyReplicas,
this.replicas,
this.unavailableReplicas,
this.updatedReplicas,
});