Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::PrivateClusterConfig.
Configuration options for private clusters.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_private_endpoint
def enable_private_endpoint() -> ::Boolean
-
(::Boolean) — Whether the master's internal IP address is used as the cluster endpoint.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_public_endpoint instead. Note that the value of enable_public_endpoint is reversed: if enable_private_endpoint is false, then enable_public_endpoint will be true.
#enable_private_endpoint=
def enable_private_endpoint=(value) -> ::Boolean
-
value (::Boolean) — Whether the master's internal IP address is used as the cluster endpoint.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_public_endpoint instead. Note that the value of enable_public_endpoint is reversed: if enable_private_endpoint is false, then enable_public_endpoint will be true.
-
(::Boolean) — Whether the master's internal IP address is used as the cluster endpoint.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_public_endpoint instead. Note that the value of enable_public_endpoint is reversed: if enable_private_endpoint is false, then enable_public_endpoint will be true.
#enable_private_nodes
def enable_private_nodes() -> ::Boolean
-
(::Boolean) — 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.
Deprecated: Use NetworkConfig.default_enable_private_nodes instead.
#enable_private_nodes=
def enable_private_nodes=(value) -> ::Boolean
-
value (::Boolean) — 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.
Deprecated: Use NetworkConfig.default_enable_private_nodes instead.
-
(::Boolean) — 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.
Deprecated: Use NetworkConfig.default_enable_private_nodes instead.
#master_global_access_config
def master_global_access_config() -> ::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig
-
(::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig) — Controls master global access settings.
Deprecated: Use [ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_global_access][] instead.
#master_global_access_config=
def master_global_access_config=(value) -> ::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig
-
value (::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig) — Controls master global access settings.
Deprecated: Use [ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_global_access][] instead.
-
(::Google::Cloud::Container::V1::PrivateClusterMasterGlobalAccessConfig) — Controls master global access settings.
Deprecated: Use [ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_global_access][] instead.
#master_ipv4_cidr_block
def master_ipv4_cidr_block() -> ::String
- (::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.
#master_ipv4_cidr_block=
def master_ipv4_cidr_block=(value) -> ::String
- value (::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.
- (::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.
#peering_name
def peering_name() -> ::String
- (::String) — Output only. The peering name in the customer VPC used by this cluster.
#private_endpoint
def private_endpoint() -> ::String
-
(::String) — Output only. The internal IP address of this cluster's master endpoint.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint instead.
#private_endpoint_subnetwork
def private_endpoint_subnetwork() -> ::String
-
(::String) — Subnet to provision the master's private endpoint during cluster creation.
Specified in projects//regions//subnetworks/* format.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint_subnetwork instead.
#private_endpoint_subnetwork=
def private_endpoint_subnetwork=(value) -> ::String
-
value (::String) — Subnet to provision the master's private endpoint during cluster creation.
Specified in projects//regions//subnetworks/* format.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint_subnetwork instead.
-
(::String) — Subnet to provision the master's private endpoint during cluster creation.
Specified in projects//regions//subnetworks/* format.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint_subnetwork instead.
#public_endpoint
def public_endpoint() -> ::String
-
(::String) — Output only. The external IP address of this cluster's master endpoint.
Deprecated:Use ControlPlaneEndpointsConfig.IPEndpointsConfig.public_endpoint instead.