GkeWorkload constructor

GkeWorkload({
  1. String? clusterName,
  2. String? location,
  3. String? namespaceName,
  4. String? projectId,
  5. String? topLevelControllerName,
  6. String? topLevelControllerType,
})

Implementation

GkeWorkload({
  this.clusterName,
  this.location,
  this.namespaceName,
  this.projectId,
  this.topLevelControllerName,
  this.topLevelControllerType,
});