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 reference documentation for the `KubernetesConfig.Types.ServiceNetworking` class within the Google Cloud Deploy v1 API, covering versions from 1.0.0 to 3.4.0, with 3.4.0 being the latest."],["The `KubernetesConfig.Types.ServiceNetworking` class is used to define the Kubernetes Service networking configuration for Google Cloud Deploy and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ServiceNetworking` class include `Deployment` and `Service`, both required strings representing the Kubernetes Deployment and Service names respectively, and `DisablePodOverprovisioning`, an optional boolean to control Pod overprovisioning."],["The class contains two constructors, one a default constructor and the other to copy properties from an existing instance."],["The page allows you to view different versions of this service networking documentation, all the way back to version 1.0.0."]]],[]]