Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::AdditionalIPRangesConfig (v1.9.0)

Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::AdditionalIPRangesConfig.

AdditionalIPRangesConfig is the configuration for individual additional subnetwork attached to the cluster

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#pod_ipv4_range_names

def pod_ipv4_range_names() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2

#pod_ipv4_range_names=

def pod_ipv4_range_names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2
Returns
  • (::Array<::String>) — List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2

#subnetwork

def subnetwork() -> ::String
Returns
  • (::String) — Name of the subnetwork. This can be the full path of the subnetwork or just the name. Example1: my-subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet

#subnetwork=

def subnetwork=(value) -> ::String
Parameter
  • value (::String) — Name of the subnetwork. This can be the full path of the subnetwork or just the name. Example1: my-subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet
Returns
  • (::String) — Name of the subnetwork. This can be the full path of the subnetwork or just the name. Example1: my-subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet