Migrate to internal node.k8s.io client

This commit is contained in:
Tim Allclair
2019-02-22 11:29:15 -08:00
parent 820a1dc96b
commit 222988bdda
13 changed files with 29 additions and 123 deletions

View File

@@ -33,7 +33,6 @@ func TestLookupRuntimeHandler(t *testing.T) {
expected string
expectError bool
}{
{rcn: nil, expected: ""},
{rcn: pointer.StringPtr(""), expected: ""},
{rcn: pointer.StringPtr(rctest.EmptyRuntimeClass), expected: ""},
{rcn: pointer.StringPtr(rctest.SandboxRuntimeClass), expected: "kata-containers"},