Google Cloud Deploy v1 API - Class KubernetesConfig.Types.ServiceNetworking (3.0.0)

public sealed class KubernetesConfig.Types.ServiceNetworking : IMessage<KubernetesConfig.Types.ServiceNetworking>, IEquatable<KubernetesConfig.Types.ServiceNetworking>, IDeepCloneable<KubernetesConfig.Types.ServiceNetworking>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class KubernetesConfig.Types.ServiceNetworking.

Information about the Kubernetes Service networking configuration.

Inheritance

object > KubernetesConfig.Types.ServiceNetworking

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ServiceNetworking()

public ServiceNetworking()

ServiceNetworking(ServiceNetworking)

public ServiceNetworking(KubernetesConfig.Types.ServiceNetworking other)
Parameter
Name Description
other KubernetesConfigTypesServiceNetworking

Properties

Deployment

public string Deployment { get; set; }

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.

Property Value
Type Description
string

DisablePodOverprovisioning

public bool DisablePodOverprovisioning { get; set; }

Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.

Property Value
Type Description
bool

PodSelectorLabel

public string PodSelectorLabel { get; set; }

Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.

Property Value
Type Description
string

Service

public string Service { get; set; }

Required. Name of the Kubernetes Service.

Property Value
Type Description
string