Class: Google::Cloud::Deploy::V1::RuntimeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RuntimeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
RuntimeConfig contains the runtime specific configurations for a deployment strategy.
Instance Attribute Summary collapse
-
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunConfig
Optional.
-
#kubernetes ⇒ ::Google::Cloud::Deploy::V1::KubernetesConfig
Optional.
Instance Attribute Details
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunConfig
Returns Optional. Cloud Run runtime configuration.
Note: The following fields are mutually exclusive: cloud_run
, kubernetes
. If a field in that set is populated, all other fields in the set will automatically be cleared.
449 450 451 452 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 449 class RuntimeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kubernetes ⇒ ::Google::Cloud::Deploy::V1::KubernetesConfig
Returns Optional. Kubernetes runtime configuration.
Note: The following fields are mutually exclusive: kubernetes
, cloud_run
. If a field in that set is populated, all other fields in the set will automatically be cleared.
449 450 451 452 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 449 class RuntimeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |