Module: Google::Cloud::Deploy::V1::ExecutionConfig::ExecutionEnvironmentUsage

Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Possible usages of this configuration.

Constant Summary collapse

EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED =

Default value. This value is unused.

0
RENDER =

Use for rendering.

1
DEPLOY =

Use for deploying and deployment hooks.

2
VERIFY =

Use for deployment verification.

3
PREDEPLOY =

Use for predeploy job execution.

4
POSTDEPLOY =

Use for postdeploy job execution.

5