Refine multus config file (masterplugin and always_use_default)

This fix removes 'masterplugin' and 'always_use_default' from
multus config file. default network, defined in
/etc/cni/net.d/*conf should be master and this network should be
used as default from network plumbing working group draft.
This commit is contained in:
Tomofumi Hayashi
2018-05-10 15:01:03 +09:00
committed by Kuralamudhan Ramakrishnan
parent 600ca0824b
commit 215ddb5a1d
6 changed files with 18 additions and 56 deletions

View File

@@ -29,7 +29,6 @@ type NetConf struct {
CNIDir string `json:"cniDir"`
Delegates []map[string]interface{} `json:"delegates"`
Kubeconfig string `json:"kubeconfig"`
UseDefault bool `json:"always_use_default"`
}
type Network struct {