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.



379
380
381
382
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 379

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

#canary_revision_tags::Array<::String>

Returns Optional. A list of tags that are added to the canary revision while the canary phase is in progress.

Returns:

  • (::Array<::String>)

    Optional. A list of tags that are added to the canary revision while the canary phase is in progress.



379
380
381
382
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 379

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

#prior_revision_tags::Array<::String>

Returns Optional. A list of tags that are added to the prior revision while the canary phase is in progress.

Returns:

  • (::Array<::String>)

    Optional. A list of tags that are added to the prior revision while the canary phase is in progress.



379
380
381
382
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 379

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

#stable_revision_tags::Array<::String>

Returns Optional. A list of tags that are added to the final stable revision when the stable phase is applied.

Returns:

  • (::Array<::String>)

    Optional. A list of tags that are added to the final stable revision when the stable phase is applied.



379
380
381
382
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 379

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