Class: Google::Cloud::Deploy::V1::RuntimeConfig

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

RuntimeConfig contains the runtime specific configurations for a deployment strategy.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_run::Google::Cloud::Deploy::V1::CloudRunConfig

Returns Cloud Run runtime configuration.

Returns:



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.

Returns:



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