kubens: Start implementing stubs

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan
2020-04-18 13:09:59 -07:00
parent 342d21683b
commit 1982becb15
16 changed files with 239 additions and 30 deletions

View File

@@ -1,2 +1 @@
package testutil

View File

@@ -15,4 +15,3 @@ func WithEnvVar(key, value string) func() {
}
}
}