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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google Cloud Deploy v1 API class KubernetesConfig.Types.ServiceNetworking is 3.4.0, and many previous versions, down to 1.0.0, are also available for use."],["This class provides reference documentation and code samples for configuring Kubernetes Service networking within Google Cloud Deploy, with the current page's documentation being specific to version 2.5.0."],["KubernetesConfig.Types.ServiceNetworking is used to define the networking configuration for a Kubernetes Service, and it implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes properties such as Deployment, which specifies the name of the managed Kubernetes Deployment, Service, which specifies the name of the Kubernetes Service, and DisablePodOverprovisioning, which allows disabling Pod overprovisioning."],["The class is found within the Google.Cloud.Deploy.V1 namespace, with the main assembly being Google.Cloud.Deploy.V1.dll, and it inherits certain functionalities from the object class."]]],[]]