Google Kubernetes Engine v1 API - Class AdditionalPodNetworkConfig (3.25.0)

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

Inheritance

object > AdditionalPodNetworkConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AdditionalPodNetworkConfig()

public AdditionalPodNetworkConfig()

AdditionalPodNetworkConfig(AdditionalPodNetworkConfig)

public AdditionalPodNetworkConfig(AdditionalPodNetworkConfig other)
Parameter
NameDescription
otherAdditionalPodNetworkConfig

Properties

MaxPodsPerNode

public MaxPodsConstraint MaxPodsPerNode { get; set; }

The maximum number of pods per node which use this pod network

Property Value
TypeDescription
MaxPodsConstraint

SecondaryPodRange

public string SecondaryPodRange { get; set; }

The name of the secondary range on the subnet which provides IP address for this pod range

Property Value
TypeDescription
string

Subnetwork

public string Subnetwork { get; set; }

Name of the subnetwork where the additional pod network belongs

Property Value
TypeDescription
string