Class: Google::Cloud::Deploy::V1::CloudRunConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CloudRunConfig
- 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
-
#automatic_traffic_control ⇒ ::Boolean
Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting.
-
#canary_revision_tags ⇒ ::Array<::String>
Optional.
-
#prior_revision_tags ⇒ ::Array<::String>
Optional.
-
#stable_revision_tags ⇒ ::Array<::String>
Optional.
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.
391 392 393 394 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 391 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.
391 392 393 394 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 391 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.
391 392 393 394 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 391 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.
391 392 393 394 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 391 class CloudRunConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |