GkeCluster constructor

GkeCluster({
  1. String? cluster,
  2. bool? internalIp,
  3. String? proxyUrl,
})

Implementation

GkeCluster({
  this.cluster,
  this.internalIp,
  this.proxyUrl,
});