mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-20 00:11:21 -05:00
Automatic merge from submit-queue Make pvc storage class annotation immutable after create Fixes #34516 Added immutable check in validation.go ``` # Please edit the object below. Lines beginning with a '#' will be ignored, # and an empty file will abort the edit. If an error occurs while saving this file will be # reopened with the relevant failures. # # persistentvolumeclaims "gce-claim-storageclass" was not valid: # * metadata.annotations.volume.beta.kubernetes.io/storage-class: Invalid value: "slow2": field is immutable # ``` |
||
|---|---|---|
| .. | ||
| path | ||
| testdata/v1 | ||
| BUILD | ||
| doc.go | ||
| events.go | ||
| events_test.go | ||
| OWNERS | ||
| schema.go | ||
| schema_test.go | ||
| validation.go | ||
| validation_test.go | ||