DNSEndpointConfig constructor

DNSEndpointConfig({
  1. bool? allowExternalTraffic,
  2. bool? enableK8sCertsViaDns,
  3. bool? enableK8sTokensViaDns,
  4. String? endpoint,
})

Implementation

DNSEndpointConfig({
  this.allowExternalTraffic,
  this.enableK8sCertsViaDns,
  this.enableK8sTokensViaDns,
  this.endpoint,
});