Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + type Config struct + DNS *DNSConfig + Debug bool + Entitlements []string + GRPC GRPCConfig + History *HistoryConfig + Log LogConfig + OTEL OTELConfig + Registries map[string]resolverconfig.RegistryConfig + Root string + Trace bool + Workers struct{ ... } + func Load(r io.Reader) (Config, error) + func LoadFile(fp string) (Config, error) + type ContainerdConfig struct + Address string + ApparmorProfile string + Enabled *bool + Labels map[string]string + MaxParallelism int + Namespace string + Platforms []string + Rootless bool + Runtime ContainerdRuntime + SELinux bool + Snapshotter string + type ContainerdRuntime struct + Name string + Options map[string]interface{} + Path string + type DNSConfig struct + Nameservers []string + Options []string + SearchDomains []string + type DiskSpace struct + Bytes int64 + Percentage int64 + func DetectDefaultGCCap() DiskSpace + func (d *DiskSpace) UnmarshalText(textb []byte) error + func (d DiskSpace) AsBytes(root string) int64 + type Duration struct + func (d *Duration) UnmarshalText(textb []byte) error + type GCConfig struct + GC *bool + GCKeepStorage DiskSpace + GCPolicy []GCPolicy + type GCPolicy struct + All bool + Filters []string + KeepBytes DiskSpace + KeepDuration Duration + func DefaultGCPolicy(keep DiskSpace) []GCPolicy + type GRPCConfig struct + Address []string + DebugAddress string + GID *int + TLS TLSConfig + UID *int + type HistoryConfig struct + MaxAge Duration + MaxEntries int64 + type LogConfig struct + Format string + type NetworkConfig struct + BridgeName string + BridgeSubnet string + CNIBinaryPath string + CNIConfigPath string + CNIPoolSize int + Mode string + type OCIConfig struct + ApparmorProfile string + Binary string + DefaultCgroupParent string + Enabled *bool + Labels map[string]string + MaxParallelism int + NoProcessSandbox bool + Platforms []string + ProxySnapshotterPath string + Rootless bool + SELinux bool + Snapshotter string + StargzSnapshotterConfig map[string]interface{} + UserRemapUnsupported string + type OTELConfig struct + SocketPath string + type TLSConfig struct + CA string + Cert string + Key string