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.
Implements
IMessageAdditionalPodRangesConfig, IEquatableAdditionalPodRangesConfig, IDeepCloneableAdditionalPodRangesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
AdditionalPodRangesConfig()
public AdditionalPodRangesConfig()
AdditionalPodRangesConfig(AdditionalPodRangesConfig)
public AdditionalPodRangesConfig(AdditionalPodRangesConfig other)
Parameter | |
---|---|
Name | Description |
other | AdditionalPodRangesConfig |
Properties
PodRangeNames
public RepeatedField<string> PodRangeNames { get; }
Name for pod secondary ipv4 range which has the actual range defined ahead.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |