Values.DeploymentOverviewSourceInformation about the deployment status of the instances in the deployment.
type nonrec t = {pending : InstanceCount.t option;The number of instances in the deployment in a pending state.
*)inProgress : InstanceCount.t option;The number of instances in which the deployment is in progress.
*)succeeded : InstanceCount.t option;The number of instances in the deployment to which revisions have been successfully deployed.
*)failed : InstanceCount.t option;The number of instances in the deployment in a failed state.
*)skipped : InstanceCount.t option;The number of instances in the deployment in a skipped state.
*)ready : InstanceCount.t option;The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
*)}