Merge pull request #109602 from lavalamp/remove-clustername

Finish clustername removal
This commit is contained in:
Kubernetes Prow Robot
2022-05-07 08:01:16 -07:00
committed by GitHub
1131 changed files with 187 additions and 1572 deletions

View File

@@ -1356,14 +1356,6 @@ func testValidatePVC(t *testing.T, ephemeral bool) {
return claim
}(),
},
"with-cluster-name": {
isExpectedFailure: ephemeral,
claim: func() *core.PersistentVolumeClaim {
claim := testVolumeClaim(goodName, goodNS, goodClaimSpec)
claim.ZZZ_DeprecatedClusterName = "foo"
return claim
}(),
},
"with-managed-fields": {
isExpectedFailure: ephemeral,
claim: func() *core.PersistentVolumeClaim {