Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostsToml ¶
type HostsToml struct {
CA string `toml:"ca,omitempty"`
SkipVerify bool `toml:"skip_verify,omitempty"`
Client [][]string `toml:"client,omitempty"`
Headers map[string]string `toml:"header,omitempty"`
Server string `toml:"server,omitempty"`
Endpoints map[string]*hostsTomlHost `toml:"host,omitempty"`
}
See https://github.com/containerd/containerd/blob/main/docs/hosts.md
Click to show internal directories.
Click to hide internal directories.