kubernetes/pkg/api/validation
Kubernetes Submit Queue 1b2a4b55bb Merge pull request #36251 from screeley44/k8-immutable-scannotation
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
#

```
2016-12-02 18:42:32 -08:00
..
path autogenerated 2016-10-21 17:32:32 -07:00
testdata/v1 Check for an empty value in validateField 2016-05-30 14:12:18 +10:00
BUILD Make pvc storage class annotation immutable after create 2016-11-29 16:45:00 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
events_test.go Validate involvedObject.Namespace matches event.Namespace 2016-08-16 21:18:52 -04:00
events.go generated: refactor 2016-11-23 22:30:47 -06:00
OWNERS Update OWNERS approvers and reviewers: pkg/api 2016-11-09 10:18:08 -08:00
schema_test.go Add some checking for the presence of the same key twice. 2016-10-13 21:58:44 -07:00
schema.go Add some checking for the presence of the same key twice. 2016-10-13 21:58:44 -07:00
validation_test.go Merge pull request #36251 from screeley44/k8-immutable-scannotation 2016-12-02 18:42:32 -08:00
validation.go Merge pull request #36251 from screeley44/k8-immutable-scannotation 2016-12-02 18:42:32 -08:00