FleetPackageInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)FleetPackageInfo represents the status of the FleetPackage
across all the target clusters.
| Attributes | |
|---|---|
| Name | Description | 
| active_rollout | strOptional. The active rollout, if any. Format is projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}. | 
| last_completed_rollout | strOptional. The last completed rollout, if any. Format is projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}. | 
| state | google.cloud.configdelivery_v1alpha.types.FleetPackageInfo.StateOptional. Output only. The current state of the FleetPackage. | 
| errors | MutableSequence[google.cloud.configdelivery_v1alpha.types.FleetPackageError]Optional. Output only. Errors encountered during configuration deployment (if any). | 
Classes
State
State(value)Possible values for the FleetPackage state.