Class AdditionalPodRangesConfig
AdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class AdditionalPodRangesConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PodRangeInfo
Output only. Information for additional pod range.
Declaration
[JsonProperty("podRangeInfo")]
public virtual IList<RangeInfo> PodRangeInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<RangeInfo> |
PodRangeNames
Name for pod secondary ipv4 range which has the actual range defined ahead.
Declaration
[JsonProperty("podRangeNames")]
public virtual IList<string> PodRangeNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |