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 page 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 latest version of this documentation is for version 3.4.0, but also lists links to older versions back to version 1.0.0."],["The `ServiceNetworking` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["Key properties of `ServiceNetworking` include `Deployment` (the name of the Kubernetes Deployment), `DisablePodOverprovisioning` (a boolean to disable pod overprovisioning), and `Service` (the name of the Kubernetes Service)."],["This resource offers documentation and code examples for the `KubernetesConfig.Types.ServiceNetworking` class, offering information about its inheritance, constructors, and implemented interfaces."]]],[]]