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
Optional.
-
#custom_canary_deployment ⇒ ::Google::Cloud::Deploy::V1::CustomCanaryDeployment
Optional.
-
#runtime_config ⇒ ::Google::Cloud::Deploy::V1::RuntimeConfig
Optional.
Instance Attribute Details
#canary_deployment ⇒ ::Google::Cloud::Deploy::V1::CanaryDeployment
Returns Optional. Configures the progressive based deployment for a Target.
Note: The following fields are mutually exclusive: canary_deployment
, custom_canary_deployment
. If a field in that set is populated, all other fields in the set will automatically be cleared.
242 243 244 245 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 242 class Canary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_canary_deployment ⇒ ::Google::Cloud::Deploy::V1::CustomCanaryDeployment
Returns Optional. Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
Note: The following fields are mutually exclusive: custom_canary_deployment
, canary_deployment
. If a field in that set is populated, all other fields in the set will automatically be cleared.
242 243 244 245 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 242 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.
242 243 244 245 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 242 class Canary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |