Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Debug bool `default:"false" desc:"enable debug logging"`
CollectClusterInfo bool `default:"true" desc:"enable collect cluster info"`
ClusterDialEndpoint string `desc:"cluster dialer endpoint"`
ClusterKey string `desc:"cluster key"`
ErdaNamespace string `desc:"erda namespace"`
ClusterAccessKey string `desc:"cluster access key, if specified will doesn't start watcher"`
K8SApiServerAddr string `desc:"kube-apiserver address in cluster"`
}
Click to show internal directories.
Click to hide internal directories.