ServiceNetworking constructor

ServiceNetworking({
  1. String? deployment,
  2. bool? disablePodOverprovisioning,
  3. String? service,
})

Implementation

ServiceNetworking({
  this.deployment,
  this.disablePodOverprovisioning,
  this.service,
});