GkeCluster constructor

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

Implementation

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