diff --git a/dashboard/backend/handler/api_handler.go b/dashboard/backend/handler/api_handler.go index ecc2aa1540..336a867c23 100644 --- a/dashboard/backend/handler/api_handler.go +++ b/dashboard/backend/handler/api_handler.go @@ -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