Skip to content

Commit

Permalink
pkg/genericapiserver/endpoint/filters: cut off from pkg/api and pkg/apis
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed Feb 1, 2017
1 parent 668f74b commit 32ca6c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/genericapiserver/endpoints/filters/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

utilnet "k8s.io/apimachinery/pkg/util/net"
"k8s.io/apiserver/pkg/endpoints/request"
authenticationapi "k8s.io/kubernetes/pkg/apis/authentication"
authenticationapi "k8s.io/client-go/pkg/apis/authentication"
"k8s.io/kubernetes/pkg/genericapiserver/endpoints/handlers/responsewriters"
)

Expand Down
4 changes: 2 additions & 2 deletions pkg/genericapiserver/endpoints/filters/impersonation.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"k8s.io/apiserver/pkg/authorization/authorizer"
"k8s.io/apiserver/pkg/endpoints/request"
"k8s.io/apiserver/pkg/server/httplog"
"k8s.io/kubernetes/pkg/api"
authenticationapi "k8s.io/kubernetes/pkg/apis/authentication"
"k8s.io/client-go/pkg/api"
authenticationapi "k8s.io/client-go/pkg/apis/authentication"
"k8s.io/kubernetes/pkg/genericapiserver/endpoints/handlers/responsewriters"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"k8s.io/apiserver/pkg/authentication/user"
"k8s.io/apiserver/pkg/authorization/authorizer"
"k8s.io/apiserver/pkg/endpoints/request"
authenticationapi "k8s.io/kubernetes/pkg/apis/authentication"
authenticationapi "k8s.io/client-go/pkg/apis/authentication"
)

type impersonateAuthorizer struct{}
Expand Down

0 comments on commit 32ca6c2

Please sign in to comment.