ServiceUpgradeProgress Class
Information about how many replicas are completed or pending for a specific service during upgrade.
- Inheritance
-
ServiceUpgradeProgress
Constructor
ServiceUpgradeProgress(*, service_name: Optional[str] = None, completed_replica_count: Optional[str] = None, pending_replica_count: Optional[str] = None, **kwargs)
Parameters
- completed_replica_count
- str
Required
The number of replicas that completes the upgrade in the service.
- pending_replica_count
- str
Required
The number of replicas that are waiting to be upgraded in the service.
Feedback
Submit and view feedback for