IstioCanonicalService constructor

IstioCanonicalService({
  1. String? canonicalService,
  2. String? canonicalServiceNamespace,
  3. String? meshUid,
})

Implementation

IstioCanonicalService({
  this.canonicalService,
  this.canonicalServiceNamespace,
  this.meshUid,
});