Level sets dependency graph to consume etcd 3.1.5

Kubernetes-commit: 93c051e28fc43ed35cb9074f6de5a8c4de799eb2
This commit is contained in:
Timothy St. Clair
2017-04-04 20:54:55 -05:00
committed by Kubernetes Publisher
parent 0865289f28
commit 656cf48fd6
44 changed files with 13014 additions and 13122 deletions

View File

@@ -609,7 +609,7 @@ func (r *Request) URL() *url.URL {
// finalURLTemplate is similar to URL(), but will make all specific parameter values equal
// - instead of name or namespace, "{name}" and "{namespace}" will be used, and all query
// parameters will be reset. This creates a copy of the request so as not to change the
// underlying object. This means some useful request info (like the types of field
// underyling object. This means some useful request info (like the types of field
// selectors in use) will be lost.
// TODO: preserve field selector keys
func (r Request) finalURLTemplate() url.URL {