Use VersionedParams in "extensions" client.

This commit is contained in:
Wojciech Tyczynski
2015-11-26 10:40:45 +01:00
parent 1dc513d390
commit cdded4f011
13 changed files with 45 additions and 48 deletions

View File

@@ -117,7 +117,7 @@ func TestListWatchesCanWatch(t *testing.T) {
{
location: buildLocation(
testapi.Default.ResourcePathWithPrefix("watch", "nodes", api.NamespaceAll, ""),
buildQueryValues(url.Values{"resourceVersion": []string{""}})),
buildQueryValues(url.Values{})),
rv: "",
resource: "nodes",
namespace: api.NamespaceAll,