Class: Google::Cloud::Deploy::V1::CloudRunConfig

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

CloudRunConfig contains the Cloud Run runtime configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_traffic_control::Boolean

Returns Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.

Returns:

  • (::Boolean)

    Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.



313
314
315
316
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 313

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