Skip to content

Commit

Permalink
client-go/pkg/api -> api/core
Browse files Browse the repository at this point in the history
  • Loading branch information
wbuchwalter committed Dec 22, 2017
1 parent 38c6de1 commit c2f8b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/backend/handler/api_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
restful "github.com/emicklei/go-restful"
"github.com/tensorflow/k8s/dashboard/backend/client"
"github.com/tensorflow/k8s/pkg/spec"
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/pkg/api/v1"
)

// APIHandler handles the API calls
Expand Down

0 comments on commit c2f8b39

Please sign in to comment.