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
Cloud Run runtime configuration.
-
#kubernetes ⇒ ::Google::Cloud::Deploy::V1::KubernetesConfig
Kubernetes runtime configuration.
Instance Attribute Details
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunConfig
Returns Cloud Run runtime configuration.
392 393 394 395 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 392 class RuntimeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kubernetes ⇒ ::Google::Cloud::Deploy::V1::KubernetesConfig
Returns Kubernetes runtime configuration.
392 393 394 395 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 392 class RuntimeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |