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."],[[["This webpage provides documentation for the `KubernetesConfig.Types.ServiceNetworking` class within the Google Cloud Deploy v1 API, including reference details and code examples."],["The content covers various versions of the `ServiceNetworking` class, ranging from version 1.0.0 to the latest version 3.4.0."],["The `ServiceNetworking` class manages Kubernetes service networking configurations, offering properties like `Deployment`, `DisablePodOverprovisioning`, and `Service` to customize deployment behavior."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its capabilities within the .NET environment."],["The page offers downloadable reference documents for the google cloud deploy API version 2.13.0 and prior, within the context of the `ServiceNetworking` class."]]],[]]