remove unneeded references

This commit is contained in:
Daniel Smith
2022-03-17 18:35:00 +00:00
parent e405ae9ec8
commit 2831f9a343
10 changed files with 40 additions and 43 deletions

View File

@@ -99,8 +99,8 @@ func TestValidateRuntimeUpdate(t *testing.T) {
old: old,
new: node.RuntimeClass{
ObjectMeta: metav1.ObjectMeta{
Name: "empty",
ClusterName: "somethingelse", // immutable
Name: "empty",
Namespace: "somethingelse", // immutable
},
Handler: "bar",
},