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
Canary deployment strategy provides progressive percentage based deployments to a Target.
-
#standard ⇒ ::Google::Cloud::Deploy::V1::Standard
Standard deployment strategy executes a single deploy and allows verifying the deployment.
Instance Attribute Details
#canary ⇒ ::Google::Cloud::Deploy::V1::Canary
Returns Canary deployment strategy provides progressive percentage based deployments to a Target.
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.
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 |