HostConfig constructor

HostConfig({
  1. List<CertificateConfig>? ca,
  2. List<String>? capabilities,
  3. List<CertificateConfigPair>? client,
  4. String? dialTimeout,
  5. List<RegistryHeader>? header,
  6. String? host,
  7. bool? overridePath,
})

Implementation

HostConfig({
  this.ca,
  this.capabilities,
  this.client,
  this.dialTimeout,
  this.header,
  this.host,
  this.overridePath,
});