kubernetes/pkg/registry/storage
Patrick Ohly b60f08e24b storage: validate CSIDriver.Spec.VolumeLifecycleModes
This ensures that users get a good error message early on when trying
to do something that isn't okay:

  $ kubectl create -f csi-hostpath-driverinfo.yaml
  The CSIDriver "hostpath.csi.k8s.io" is invalid: spec.volumeLifecycleModes: Unsupported value: "foobar": supported values: "persistent", "ephemeral"
2019-08-13 23:12:48 +02:00
..
csidriver storage: validate CSIDriver.Spec.VolumeLifecycleModes 2019-08-13 23:12:48 +02:00
csinode Propagate error from NewREST 2019-08-12 13:55:35 -07:00
rest Propagate error from NewREST 2019-08-12 13:55:35 -07:00
storageclass Propagate error from NewREST 2019-08-12 13:55:35 -07:00
volumeattachment Propagate error from NewREST 2019-08-12 13:55:35 -07:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00