Google Cloud Deploy v1 API - Class RuntimeConfig (2.15.0)

public sealed class RuntimeConfig : IMessage<RuntimeConfig>, IEquatable<RuntimeConfig>, IDeepCloneable<RuntimeConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class RuntimeConfig.

RuntimeConfig contains the runtime specific configurations for a deployment strategy.

Inheritance

object > RuntimeConfig

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RuntimeConfig()

public RuntimeConfig()

RuntimeConfig(RuntimeConfig)

public RuntimeConfig(RuntimeConfig other)
Parameter
NameDescription
otherRuntimeConfig

Properties

CloudRun

public CloudRunConfig CloudRun { get; set; }

Cloud Run runtime configuration.

Property Value
TypeDescription
CloudRunConfig

Kubernetes

public KubernetesConfig Kubernetes { get; set; }

Kubernetes runtime configuration.

Property Value
TypeDescription
KubernetesConfig

RuntimeConfigCase

public RuntimeConfig.RuntimeConfigOneofCase RuntimeConfigCase { get; }
Property Value
TypeDescription
RuntimeConfigRuntimeConfigOneofCase