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.
Implements
IMessageRuntimeConfig, IEquatableRuntimeConfig, IDeepCloneableRuntimeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
RuntimeConfig()
public RuntimeConfig()
RuntimeConfig(RuntimeConfig)
public RuntimeConfig(RuntimeConfig other)
Parameter | |
---|---|
Name | Description |
other | RuntimeConfig |
Properties
CloudRun
public CloudRunConfig CloudRun { get; set; }
Cloud Run runtime configuration.
Property Value | |
---|---|
Type | Description |
CloudRunConfig |
Kubernetes
public KubernetesConfig Kubernetes { get; set; }
Kubernetes runtime configuration.
Property Value | |
---|---|
Type | Description |
KubernetesConfig |
RuntimeConfigCase
public RuntimeConfig.RuntimeConfigOneofCase RuntimeConfigCase { get; }
Property Value | |
---|---|
Type | Description |
RuntimeConfigRuntimeConfigOneofCase |