public sealed class CloudRunConfig : IMessage<CloudRunConfig>, IEquatable<CloudRunConfig>, IDeepCloneable<CloudRunConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CloudRunConfig.
CloudRunConfig contains the Cloud Run runtime configuration.
Implements
IMessageCloudRunConfig, IEquatableCloudRunConfig, IDeepCloneableCloudRunConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CloudRunConfig()
public CloudRunConfig()
CloudRunConfig(CloudRunConfig)
public CloudRunConfig(CloudRunConfig other)
Parameter | |
---|---|
Name | Description |
other | CloudRunConfig |
Properties
AutomaticTrafficControl
public bool AutomaticTrafficControl { get; set; }
Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
Property Value | |
---|---|
Type | Description |
bool |