Google Cloud Container V1 Client - Class AdditionalPodRangesConfig (1.31.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class AdditionalPodRangesConfig.

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

Generated from protobuf message google.container.v1.AdditionalPodRangesConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ pod_range_names array

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

↳ pod_range_info array<Google\Cloud\Container\V1\RangeInfo>

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

getPodRangeNames

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPodRangeNames

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

Parameter
Name Description
var string[]
Returns
Type Description
$this

getPodRangeInfo

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPodRangeInfo

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

Parameter
Name Description
var array<Google\Cloud\Container\V1\RangeInfo>
Returns
Type Description
$this