Class: Google::Cloud::Deploy::V1::Canary

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

Canary represents the canary deployment strategy.

Instance Attribute Summary collapse

Instance Attribute Details

#canary_deployment::Google::Cloud::Deploy::V1::CanaryDeployment

Returns Configures the progressive based deployment for a Target.

Returns:



233
234
235
236
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 233

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.

Returns:



233
234
235
236
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 233

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.

Returns:

  • (::Google::Cloud::Deploy::V1::RuntimeConfig)

    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.



233
234
235
236
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 233

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