mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Move the adapter binary to a separate subdir
This commit is contained in:
parent
365c8fb112
commit
a4aac78cca
4 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ import (
|
|||
"k8s.io/apimachinery/pkg/util/wait"
|
||||
"k8s.io/apiserver/pkg/util/logs"
|
||||
|
||||
"github.com/directxman12/k8s-prometheus-adapter/cmd/app"
|
||||
"github.com/directxman12/k8s-prometheus-adapter/cmd/adapter/app"
|
||||
)
|
||||
|
||||
func main() {
|
||||
Loading…
Add table
Add a link
Reference in a new issue