Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct {
RootDir string `usage:"Path used for persistent state" default:"/var/lib/rancher/k3c"`
BootstrapImage string `usage:"Bootstrap image" default:"index.docker.io/rancher/k3c-data"`
StateDir string `usage:"Path used for ephemeral runtime state" default:"/run/k3c"`
Config string `usage:"Config toml used for k3c/containerd/buildkitd" default:"/etc/rancher/k3c/config.toml"`
Bridge string `usage:"Name of the bridge to create for networking" default:"k3c0"`
BridgeCidr string `usage:"Bridge CIDR" default:"172.18.0.0/16"`
G_Group string `usage:"System group to assign the socket go"`
}
Click to show internal directories.
Click to hide internal directories.