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

@@ -1360,7 +1360,7 @@ func testValidatePVC(t *testing.T, ephemeral bool) {
isExpectedFailure: ephemeral,
claim: func() *core.PersistentVolumeClaim {
claim := testVolumeClaim(goodName, goodNS, goodClaimSpec)
claim.ClusterName = "foo"
claim.ZZZ_DeprecatedClusterName = "foo"
return claim
}(),
},