GkeCluster constructor

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

Implementation

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