GKEMasterInfo constructor

GKEMasterInfo({
  1. String? clusterNetworkUri,
  2. String? clusterUri,
  3. String? externalIp,
  4. String? internalIp,
})

Implementation

GKEMasterInfo({
  this.clusterNetworkUri,
  this.clusterUri,
  this.externalIp,
  this.internalIp,
});