Class RuntimeConfig (1.18.0)

RuntimeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

RuntimeConfig contains the runtime specific configurations for a deployment strategy.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
kubernetes google.cloud.deploy_v1.types.KubernetesConfig
Kubernetes runtime configuration. This field is a member of oneof_ runtime_config.
cloud_run google.cloud.deploy_v1.types.CloudRunConfig
Cloud Run runtime configuration. This field is a member of oneof_ runtime_config.