Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RuntimeConfig.
RuntimeConfig contains the runtime specific configurations for a deployment strategy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloud_run
def cloud_run() -> ::Google::Cloud::Deploy::V1::CloudRunConfig
Returns
- (::Google::Cloud::Deploy::V1::CloudRunConfig) — Cloud Run runtime configuration.
#cloud_run=
def cloud_run=(value) -> ::Google::Cloud::Deploy::V1::CloudRunConfig
Parameter
- value (::Google::Cloud::Deploy::V1::CloudRunConfig) — Cloud Run runtime configuration.
Returns
- (::Google::Cloud::Deploy::V1::CloudRunConfig) — Cloud Run runtime configuration.
#kubernetes
def kubernetes() -> ::Google::Cloud::Deploy::V1::KubernetesConfig
Returns
- (::Google::Cloud::Deploy::V1::KubernetesConfig) — Kubernetes runtime configuration.
#kubernetes=
def kubernetes=(value) -> ::Google::Cloud::Deploy::V1::KubernetesConfig
Parameter
- value (::Google::Cloud::Deploy::V1::KubernetesConfig) — Kubernetes runtime configuration.
Returns
- (::Google::Cloud::Deploy::V1::KubernetesConfig) — Kubernetes runtime configuration.