IngressTLS constructor

const IngressTLS({
  1. List<String>? hosts,
  2. String? secretName,
})

Default constructor.

Implementation

const IngressTLS({
  this.hosts,
  this.secretName,
});