Google Kubernetes Engine v1 API - Class CloudRunConfig (3.25.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class CloudRunConfig.

Configuration options for the Cloud Run feature.

Inheritance

object > CloudRunConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

CloudRunConfig()

public CloudRunConfig()

CloudRunConfig(CloudRunConfig)

public CloudRunConfig(CloudRunConfig other)
Parameter
NameDescription
otherCloudRunConfig

Properties

Disabled

public bool Disabled { get; set; }

Whether Cloud Run addon is enabled for this cluster.

Property Value
TypeDescription
bool

LoadBalancerType

public CloudRunConfig.Types.LoadBalancerType LoadBalancerType { get; set; }

Which load balancer type is installed for Cloud Run.

Property Value
TypeDescription
CloudRunConfigTypesLoadBalancerType