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, detailing its properties and usage in managing Kubernetes service networking configurations."],["The latest available version is 3.4.0, and the page lists multiple older versions, starting from 3.3.0 down to 1.0.0, allowing developers to access documentation specific to their deployed version."],["The `ServiceNetworking` class, implementing multiple interfaces including `IMessage` and `IEquatable`, allows defining properties like `Deployment` and `Service` to configure and manage Kubernetes Deployments."],["The `DisablePodOverprovisioning` property, which is of boolean type, is optional and allows users to control whether pod overprovisioning is disabled or not, thus affecting resource allocation."],["The page lists the implementation details, such as the class's constructors, properties, and inherited members, along with the namespace and the assembly from which it belongs."]]],[]]