L4MatchAttributes constructor

const L4MatchAttributes({
  1. List<String>? destinationSubnets,
  2. int? port,
  3. Map<String, String>? sourceLabels,
  4. List<String>? gateways,
  5. String? sourceNamespace,
})

The main constructor.

Implementation

const L4MatchAttributes({
  this.destinationSubnets,
  this.port,
  this.sourceLabels,
  this.gateways,
  this.sourceNamespace,
});