mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-06-28 08:36: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"`
|
||||
RuntimeConfig *RuntimeConfig `json:"runtimeConfig,omitempty"`
|
||||
// Default network readiness options
|
||||
ReadinessIndicatorFile string `json:readinessindicatorfile`
|
||||
ReadinessIndicatorFile string `json:"readinessindicatorfile"`
|
||||
}
|
||||
|
||||
type RuntimeConfig struct {
|
||||
|
Loading…
Reference in New Issue
Block a user