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.
Implements
IMessageKubernetesConfigTypesServiceNetworking, IEquatableKubernetesConfigTypesServiceNetworking, IDeepCloneableKubernetesConfigTypesServiceNetworking, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
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 |
Service
public string Service { get; set; }
Required. Name of the Kubernetes Service.
Property Value | |
---|---|
Type | Description |
string |