public enum Release.Types.TargetRender.Types.FailureCause
Reference documentation and code samples for the Google Cloud Deploy v1 API enum Release.Types.TargetRender.Types.FailureCause.
Well-known rendering failures.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Fields |
|
---|---|
Name | Description |
CloudBuildRequestFailed |
Cloud Build failed to fulfill Cloud Deploy's request. See failure_message for additional details. |
CloudBuildUnavailable |
Cloud Build is not available, either because it is not enabled or because Cloud Deploy has insufficient permissions. See required permission. |
CustomActionNotFound |
The render operation did not complete successfully because the custom action required for predeploy or postdeploy was not found in the Skaffold configuration. See failure_message for additional details. |
DeploymentStrategyNotSupported |
Release failed during rendering because the release configuration is not supported with the specified deployment strategy. |
ExecutionFailed |
The render operation did not complete successfully; check Cloud Build logs. |
RenderFeatureNotSupported |
The render operation had a feature configured that is not supported. |
Unspecified |
No reason for failure is specified. |
VerificationConfigNotFound |
The render operation did not complete successfully because the verification stanza required for verify was not found on the Skaffold configuration. |