Class ClusterPrivateClusterConfig
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Container.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterPrivateClusterConfig
Fields
View SourceEnablePrivateEndpoint
When true, the cluster's private
endpoint is used as the cluster endpoint and access through the public endpoint
is disabled. When false, either endpoint can be used. This field only applies
to private clusters, when enable_private_nodes is true.
Declaration
public readonly bool EnablePrivateEndpoint
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EnablePrivateNodes
Enables the private cluster feature, creating a private endpoint on the cluster. In a private cluster, nodes only have RFC 1918 private addresses and communicate with the master's private endpoint via private networking.
Declaration
public readonly bool? EnablePrivateNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
MasterIpv4CidrBlock
The IP range in CIDR notation to use for
the hosted master network. This range will be used for assigning private IP
addresses to the cluster master(s) and the ILB VIP. This range must not overlap
with any other ranges in use within the cluster's network, and it must be a /28
subnet. See Private Cluster Limitations
for more details. This field only applies to private clusters, when
enable_private_nodes is true.
Declaration
public readonly string MasterIpv4CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
PeeringName
The name of the peering between this cluster and the Google owned VPC.
Declaration
public readonly string PeeringName
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateEndpoint
The internal IP address of this cluster's master endpoint.
Declaration
public readonly string PrivateEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |
PublicEndpoint
The external IP address of this cluster's master endpoint.
Declaration
public readonly string PublicEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |