mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-06-28 16:46:52 +00:00
Fix go vet issue.
This commit is contained in:
parent
6bf296f54d
commit
a9b40c7841
@ -46,7 +46,7 @@ type NetConf struct {
|
|||||||
LogLevel string `json:"logLevel"`
|
LogLevel string `json:"logLevel"`
|
||||||
RuntimeConfig *RuntimeConfig `json:"runtimeConfig,omitempty"`
|
RuntimeConfig *RuntimeConfig `json:"runtimeConfig,omitempty"`
|
||||||
// Default network readiness options
|
// Default network readiness options
|
||||||
ReadinessIndicatorFile string `json:readinessindicatorfile`
|
ReadinessIndicatorFile string `json:"readinessindicatorfile"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type RuntimeConfig struct {
|
type RuntimeConfig struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user