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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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.