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 document provides reference information 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 part of the `Google.Cloud.Deploy.V1` namespace and is used to manage Kubernetes service networking configurations within the context of Google Cloud Deploy."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties within this class include `Deployment` and `Service`, which are required fields representing the Kubernetes Deployment and Service names, respectively, and `DisablePodOverprovisioning`, which is optional and controls Pod overprovisioning behavior."],["This resource includes links to older versions, providing access to previous `ServiceNetworking` API version documentation."]]],[]]