remove rootscopedkinds from groupmeta

This commit is contained in:
David Eads
2018-04-30 13:27:01 -04:00
parent f03f83a20a
commit 8ae62517da
69 changed files with 209 additions and 186 deletions

View File

@@ -37,6 +37,10 @@ func NewREST(tokenAuthenticator authenticator.Request) *REST {
return &REST{tokenAuthenticator: tokenAuthenticator}
}
func (r *REST) NamespaceScoped() bool {
return false
}
func (r *REST) New() runtime.Object {
return &authentication.TokenReview{}
}