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 functionality for managing Kubernetes service networking configurations."],["The `KubernetesConfig.Types.ServiceNetworking` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling comprehensive functionality within the Google Cloud ecosystem."],["The class offers properties for defining Kubernetes deployments (`Deployment`) and services (`Service`), with the `Deployment` property being the Kubernetes Deployment's name whose traffic is managed by the specified service, and the `Service` property being the Kubernetes Service's name."],["The class has an `Optional` property, `DisablePodOverprovisioning`, that determines whether Pod overprovisioning is enabled or not for the deployment strategy."],["There are 26 versions of the API available for this class, ranging from version 1.0.0 to 3.4.0, with 3.4.0 being the latest."]]],[]]