storage/kubernetes: add garbage collection method

This commit is contained in:
Eric Chiang
2016-10-12 18:48:23 -07:00
parent 9ce05ecf73
commit 558059ee58
5 changed files with 39 additions and 163 deletions

View File

@@ -74,7 +74,7 @@ func TestURLFor(t *testing.T) {
func TestStorage(t *testing.T) {
client := loadClient(t)
conformance.RunTestSuite(t, func() storage.Storage {
conformance.RunTests(t, func() storage.Storage {
for _, resource := range []string{
resourceAuthCode,
resourceAuthRequest,