add nonResourceURL detection

This commit is contained in:
deads2k
2015-10-20 13:34:26 -04:00
parent a123b15fd1
commit 6fbb3f4b6e
8 changed files with 141 additions and 82 deletions

View File

@@ -39,7 +39,7 @@ import (
type APIInstaller struct {
group *APIGroupVersion
info *APIRequestInfoResolver
info *RequestInfoResolver
prefix string // Path prefix where API resources are to be registered.
minRequestTimeout time.Duration
}