HostConfig constructor
HostConfig({
- List<
CertificateConfig> ? ca, - List<
String> ? capabilities, - List<
CertificateConfigPair> ? client, - String? dialTimeout,
- List<
RegistryHeader> ? header, - String? host,
- bool? overridePath,
Implementation
HostConfig({
this.ca,
this.capabilities,
this.client,
this.dialTimeout,
this.header,
this.host,
this.overridePath,
});