Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::RuntimeConfig (v1.6.0)

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.

    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.

#cloud_run=

def cloud_run=(value) -> ::Google::Cloud::Deploy::V1::CloudRunConfig
Parameter
  • value (::Google::Cloud::Deploy::V1::CloudRunConfig) — 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.

Returns
  • (::Google::Cloud::Deploy::V1::CloudRunConfig) — 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.

#kubernetes

def kubernetes() -> ::Google::Cloud::Deploy::V1::KubernetesConfig
Returns
  • (::Google::Cloud::Deploy::V1::KubernetesConfig) — 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.

#kubernetes=

def kubernetes=(value) -> ::Google::Cloud::Deploy::V1::KubernetesConfig
Parameter
  • value (::Google::Cloud::Deploy::V1::KubernetesConfig) — 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.

Returns
  • (::Google::Cloud::Deploy::V1::KubernetesConfig) — 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.