Properties of a PrivateClusterConfig.
Package
@google-cloud/container!Properties
enablePrivateEndpoint
enablePrivateEndpoint?: (boolean|null);
PrivateClusterConfig enablePrivateEndpoint
Type | Description |
(boolean|null) |
enablePrivateNodes
enablePrivateNodes?: (boolean|null);
PrivateClusterConfig enablePrivateNodes
Type | Description |
(boolean|null) |
masterGlobalAccessConfig
masterGlobalAccessConfig?: (google.container.v1.IPrivateClusterMasterGlobalAccessConfig|null);
PrivateClusterConfig masterGlobalAccessConfig
Type | Description |
(google.container.v1.IPrivateClusterMasterGlobalAccessConfig|null) |
masterIpv4CidrBlock
masterIpv4CidrBlock?: (string|null);
PrivateClusterConfig masterIpv4CidrBlock
Type | Description |
(string|null) |
peeringName
peeringName?: (string|null);
PrivateClusterConfig peeringName
Type | Description |
(string|null) |
privateEndpoint
privateEndpoint?: (string|null);
PrivateClusterConfig privateEndpoint
Type | Description |
(string|null) |
publicEndpoint
publicEndpoint?: (string|null);
PrivateClusterConfig publicEndpoint
Type | Description |
(string|null) |