ClusterIstio constructor

ClusterIstio({
  1. String? clusterName,
  2. String? location,
  3. String? serviceName,
  4. String? serviceNamespace,
})

Implementation

ClusterIstio({
  this.clusterName,
  this.location,
  this.serviceName,
  this.serviceNamespace,
});