Google Cloud Deploy v1 API - Class KubernetesConfig.Types.ServiceNetworking (2.15.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
NameDescription
otherKubernetesConfigTypesServiceNetworking

Properties

Deployment

public string Deployment { get; set; }

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

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

Service

public string Service { get; set; }

Required. Name of the Kubernetes Service.

Property Value
TypeDescription
string