Class: Google::Cloud::Deploy::V1::Canary
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Canary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Canary represents the canary deployment strategy.
Instance Attribute Summary collapse
-
#canary_deployment ⇒ ::Google::Cloud::Deploy::V1::CanaryDeployment
Configures the progressive based deployment for a Target.
-
#custom_canary_deployment ⇒ ::Google::Cloud::Deploy::V1::CustomCanaryDeployment
Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
-
#runtime_config ⇒ ::Google::Cloud::Deploy::V1::RuntimeConfig
Optional.
Instance Attribute Details
#canary_deployment ⇒ ::Google::Cloud::Deploy::V1::CanaryDeployment
Returns Configures the progressive based deployment for a Target.
231 232 233 234 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 231 class Canary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_canary_deployment ⇒ ::Google::Cloud::Deploy::V1::CustomCanaryDeployment
Returns Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
231 232 233 234 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 231 class Canary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#runtime_config ⇒ ::Google::Cloud::Deploy::V1::RuntimeConfig
Returns Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
231 232 233 234 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 231 class Canary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |