Merge pull request #828 from s1061123/dev/chroot

Add chroot option in multus-daemon
This commit is contained in:
Doug Smith
2022-04-13 15:38:56 -04:00
committed by GitHub
13 changed files with 269 additions and 54 deletions

View File

@@ -190,6 +190,7 @@ type ShimNetConf struct {
// ControllerNetConf for the controller cni configuration
type ControllerNetConf struct {
ChrootDir string `json:"chrootDir,omitempty"`
ConfDir string `json:"confDir"`
CNIDir string `json:"cniDir"`
BinDir string `json:"binDir"`