Google Cloud Deploy v1 API - Class CloudRunConfig (2.10.0)

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.

Inheritance

object > CloudRunConfig

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CloudRunConfig()

public CloudRunConfig()

CloudRunConfig(CloudRunConfig)

public CloudRunConfig(CloudRunConfig other)
Parameter
NameDescription
otherCloudRunConfig

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
TypeDescription
bool