public sealed class AdditionalPodNetworkConfig : IMessage<AdditionalPodNetworkConfig>, IEquatable<AdditionalPodNetworkConfig>, IDeepCloneable<AdditionalPodNetworkConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AdditionalPodNetworkConfig.
AdditionalPodNetworkConfig is the configuration for additional pod networks
within the NodeNetworkConfig message
[[["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."],[[["The latest version of the Google Cloud Container V1 API is 3.33.0, but the current page specifically documents version 3.28.0 of the `AdditionalPodNetworkConfig` class."],["`AdditionalPodNetworkConfig` is a class within the Google Kubernetes Engine v1 API that configures additional pod networks within `NodeNetworkConfig`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparison, deep cloning, and buffer management."],["The `AdditionalPodNetworkConfig` class has properties like `MaxPodsPerNode`, `SecondaryPodRange`, and `Subnetwork`, which are used to define the maximum number of pods per node, secondary IP range, and the subnetwork for the pod network."],["The documentation provides a list of various previous versions, going back to 2.3.0, for the Google.Cloud.Container.V1.AdditionalPodNetworkConfig class."]]],[]]