Class: Google::Cloud::Deploy::V1::Predeploy
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Predeploy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Predeploy contains the predeploy job configuration information.
Instance Attribute Summary collapse
-
#actions ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#actions ⇒ ::Array<::String>
Returns Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
185 186 187 188 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 185 class Predeploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |