Class: Google::Container::V1beta1::PrivateClusterConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb

Overview

Configuration options for private clusters.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_private_endpointtrue, false

Returns Whether the master's internal IP address is used as the cluster endpoint.

Returns:

  • (true, false)

    Whether the master's internal IP address is used as the cluster endpoint.



330
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 330

class PrivateClusterConfig; end

#enable_private_nodestrue, false

Returns Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.

Returns:

  • (true, false)

    Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.



330
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 330

class PrivateClusterConfig; end

#master_ipv4_cidr_blockString

Returns The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.

Returns:

  • (String)

    The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.



330
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 330

class PrivateClusterConfig; end

#private_endpointString

Returns Output only. The internal IP address of this cluster's master endpoint.

Returns:

  • (String)

    Output only. The internal IP address of this cluster's master endpoint.



330
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 330

class PrivateClusterConfig; end

#public_endpointString

Returns Output only. The external IP address of this cluster's master endpoint.

Returns:

  • (String)

    Output only. The external IP address of this cluster's master endpoint.



330
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 330

class PrivateClusterConfig; end