PrivateClusterConfig constructor

PrivateClusterConfig({
  1. bool? enablePrivateEndpoint,
  2. bool? enablePrivateNodes,
  3. PrivateClusterMasterGlobalAccessConfig? masterGlobalAccessConfig,
  4. String? masterIpv4CidrBlock,
  5. String? peeringName,
  6. String? privateEndpoint,
  7. String? privateEndpointSubnetwork,
  8. String? publicEndpoint,
})

Implementation

PrivateClusterConfig({
  this.enablePrivateEndpoint,
  this.enablePrivateNodes,
  this.masterGlobalAccessConfig,
  this.masterIpv4CidrBlock,
  this.peeringName,
  this.privateEndpoint,
  this.privateEndpointSubnetwork,
  this.publicEndpoint,
});