GoogleApi.Container.V1.Model.AdditionalPodRangesConfig (google_api_container v0.57.0)
View SourceAdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.
Attributes
-
podRangeInfo
(type:list(GoogleApi.Container.V1.Model.RangeInfo.t)
, default:nil
) - Output only. Information for additional pod range. -
podRangeNames
(type:list(String.t)
, default:nil
) - Name for pod secondary ipv4 range which has the actual range defined ahead.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.AdditionalPodRangesConfig{ podRangeInfo: [GoogleApi.Container.V1.Model.RangeInfo.t()] | nil, podRangeNames: [String.t()] | nil }