storage/kubernetes: manage third party resources and drop support for 1.3
This commit is contained in:
@@ -60,7 +60,7 @@ func TestURLFor(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, test := range tests {
|
||||
c := &client{baseURL: test.baseURL, prependResourceNameToAPIGroup: false}
|
||||
c := &client{baseURL: test.baseURL}
|
||||
got := c.urlFor(test.apiVersion, test.namespace, test.resource, test.name)
|
||||
if got != test.want {
|
||||
t.Errorf("(&client{baseURL:%q}).urlFor(%q, %q, %q, %q): expected %q got %q",
|
||||
|
Reference in New Issue
Block a user