kubernetes/pkg/api/validation
k8s-merge-robot 60d4f2fe9d Merge pull request #27432 from jsafrane/pv-events-log
Automatic merge from submit-queue

Allow emitting PersistentVolume events.

Similarly to Nodes, PersistentVolumes are not in any namespace and we should
not block events on them. Currently, these events are rejected with
`Event "nfs.145841cf9c8cfaf0" is invalid: involvedObject.namespace: Invalid value: "": does not match involvedObject`
2016-06-20 01:02:47 -07:00
..
testdata/v1 Use fake images for pkg/api/validation unit tests 2016-04-14 17:13:15 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
events_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
events.go Allow emitting PersistentVolume events. 2016-06-15 14:42:24 +02:00
name_test.go Make name validators return string slices 2016-05-18 00:48:01 -07:00
name.go Make name validators return string slices 2016-05-18 00:48:01 -07:00
schema_test.go Kubectl support for validating nested objects with different ApiGroups (e.g. Lists containing objects in different api groups). Closes #24089 2016-05-09 19:38:40 -07:00
schema.go Fix several spelling errors in comments. 2016-06-17 10:41:18 -07:00
validation_test.go Move seccomp annotation validation into api/validation 2016-06-14 14:58:32 +02:00
validation.go Merge pull request #27036 from sttts/sttts-secure-seccomp-path 2016-06-18 15:58:07 -07:00