1. change glog to klog
2. move types to api package to avoid cyclic import
This commit is contained in:
@@ -19,7 +19,7 @@ package options
|
||||
|
||||
import (
|
||||
"github.com/spf13/pflag"
|
||||
genericoptions "kubesphere.io/kubesphere/pkg/options"
|
||||
genericoptions "kubesphere.io/kubesphere/pkg/server/options"
|
||||
)
|
||||
|
||||
type ServerRunOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user