GkeService constructor

GkeService({
  1. String? clusterName,
  2. String? location,
  3. String? namespaceName,
  4. String? projectId,
  5. String? serviceName,
})

Implementation

GkeService({
  this.clusterName,
  this.location,
  this.namespaceName,
  this.projectId,
  this.serviceName,
});