refactor options pkg

This commit is contained in:
Andy Xie
2017-02-22 21:36:56 +08:00
parent d0305b7a19
commit 0a914cae09
3 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ import (
"github.com/golang/glog"
"github.com/spf13/pflag"
"k8s.io/node-problem-detector/pkg/options"
"k8s.io/node-problem-detector/cmd/options"
"k8s.io/node-problem-detector/pkg/problemclient"
"k8s.io/node-problem-detector/pkg/problemdetector"
"k8s.io/node-problem-detector/pkg/systemlogmonitor"