Class: Google::Cloud::Deploy::V1::Strategy
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Strategy
- 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
-
#canary ⇒ ::Google::Cloud::Deploy::V1::Canary
Optional.
-
#standard ⇒ ::Google::Cloud::Deploy::V1::Standard
Optional.
Instance Attribute Details
#canary ⇒ ::Google::Cloud::Deploy::V1::Canary
Returns Optional. Canary deployment strategy provides progressive percentage based deployments to a Target.
Note: The following fields are mutually exclusive: canary
, standard
. If a field in that set is populated, all other fields in the set will automatically be cleared.
182 183 184 185 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 182 class Strategy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#standard ⇒ ::Google::Cloud::Deploy::V1::Standard
Returns Optional. Standard deployment strategy executes a single deploy and allows verifying the deployment.
Note: The following fields are mutually exclusive: standard
, canary
. If a field in that set is populated, all other fields in the set will automatically be cleared.
182 183 184 185 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 182 class Strategy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |