mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-14 21:47:25 +00:00
Default network readiness fix conflicts after rebase
This commit is contained in:
committed by
Tomofumi Hayashi
parent
1caddaef4f
commit
21cdfe5485
@@ -43,6 +43,8 @@ type NetConf struct {
|
||||
LogFile string `json:"logFile"`
|
||||
LogLevel string `json:"logLevel"`
|
||||
RuntimeConfig *RuntimeConfig `json:"runtimeConfig,omitempty"`
|
||||
// Default network readiness options
|
||||
ReadinessIndicatorFile string `json:readinessindicatorfile`
|
||||
}
|
||||
|
||||
type RuntimeConfig struct {
|
||||
|
Reference in New Issue
Block a user