GKE constructor

GKE({
  1. String? cluster,
  2. String? location,
  3. String? namespace,
  4. String? path,
  5. String? service,
})

Implementation

GKE({this.cluster, this.location, this.namespace, this.path, this.service});