public enum Condition.Types.CommonReasonReference documentation and code samples for the Cloud Run Admin v2 API enum Condition.Types.CommonReason.
Reasons common to all types of conditions.
Namespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
| Fields | |
|---|---|
| Name | Description | 
| ContainerImageAuthorizationCheckFailed | Container image policy authorization check failed. | 
| ContainerImageUnauthorized | Container image is not authorized by policy. | 
| ContainerMissing | The container image path is incorrect. | 
| ContainerPermissionDenied | Insufficient permissions on the container image. | 
| EncryptionKeyCheckFailed | Permission check on encryption key failed. | 
| EncryptionKeyPermissionDenied | Insufficient permissions on encryption key. | 
| ImmediateRetry | System will retry immediately. | 
| Internal | An internal error occurred. Further information may be in the message. | 
| PostponedRetry | System will retry later; current attempt failed. | 
| ProgressDeadlineExceeded | Timed out waiting for completion. | 
| RevisionFailed | Revision creation process failed. | 
| SecretsAccessCheckFailed | At least one Access check on secrets failed. | 
| Undefined | Default value. | 
| Unknown | Reason unknown. Further details will be in message. | 
| VpcNetworkNotFound | User-provided VPC network was not found. | 
| WaitingForOperation | Waiting for operation to complete. |