Google Kubernetes Engine v1 API - Class AdditionalPodRangesConfig (3.25.0)

public sealed class AdditionalPodRangesConfig : IMessage<AdditionalPodRangesConfig>, IEquatable<AdditionalPodRangesConfig>, IDeepCloneable<AdditionalPodRangesConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class AdditionalPodRangesConfig.

AdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.

Inheritance

object > AdditionalPodRangesConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AdditionalPodRangesConfig()

public AdditionalPodRangesConfig()

AdditionalPodRangesConfig(AdditionalPodRangesConfig)

public AdditionalPodRangesConfig(AdditionalPodRangesConfig other)
Parameter
NameDescription
otherAdditionalPodRangesConfig

Properties

PodRangeInfo

public RepeatedField<RangeInfo> PodRangeInfo { get; }

Output only. [Output only] Information for additional pod range.

Property Value
TypeDescription
RepeatedFieldRangeInfo

PodRangeNames

public RepeatedField<string> PodRangeNames { get; }

Name for pod secondary ipv4 range which has the actual range defined ahead.

Property Value
TypeDescription
RepeatedFieldstring