Class: Google::Cloud::Deploy::V1::Strategy

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

Strategy contains deployment strategy information.

Instance Attribute Summary collapse

Instance Attribute Details

#canary::Google::Cloud::Deploy::V1::Canary

Returns Canary deployment strategy provides progressive percentage based deployments to a Target.

Returns:



175
176
177
178
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 175

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

#standard::Google::Cloud::Deploy::V1::Standard

Returns Standard deployment strategy executes a single deploy and allows verifying the deployment.

Returns:



175
176
177
178
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 175

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