Class: Google::Cloud::Deploy::V1::Postdeploy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Postdeploy contains the postdeploy job configuration information.

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array<::String>

Returns Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.

Returns:

  • (::Array<::String>)

    Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.



195
196
197
198
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 195

class Postdeploy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end