PrivateClusterConfig constructor

PrivateClusterConfig({
  1. List<String>? allowedProjects,
  2. String? clusterHostname,
  3. bool? enablePrivateEndpoint,
  4. String? serviceAttachmentUri,
})

Implementation

PrivateClusterConfig({
  this.allowedProjects,
  this.clusterHostname,
  this.enablePrivateEndpoint,
  this.serviceAttachmentUri,
});