ServiceMeshSpec constructor

ServiceMeshSpec({
  1. String? configApi,
  2. String? controlPlane,
  3. String? defaultChannel,
  4. String? management,
})

Implementation

ServiceMeshSpec({
  this.configApi,
  this.controlPlane,
  this.defaultChannel,
  this.management,
});