Files
kubernetes/pkg/client/unversioned
Kubernetes Submit Queue 54db8fa2e3 Merge pull request #31886 from deads2k/move-storage-class
Automatic merge from submit-queue

Move StorageClass to a storage group

We discussed the pros and cons in sig-api-machinery yesterday.  Choosing a particular group name means that clients (including our internal code) require less work and re-swizzling to handle promotions between versions.  Even if you choose a group you end up not liking, the amount of work remains the same as the incubator work case: you move the affected kind, resource, and storage.

This moves the `StorageClass` type to the `storage.k8s.io` group (named for consistency with authentication, authorization, rbac, and imagepolicy).  There are two commits, one for manaul changes and one for generated code.
2016-09-06 23:22:02 -07:00
..
2016-07-08 13:53:09 +02:00
2016-08-12 15:45:57 +02:00
2016-09-06 08:41:17 -04:00
2016-08-17 17:37:56 -07:00
2016-07-16 13:48:21 -04:00
2016-09-06 08:41:17 -04:00
2016-07-05 13:34:26 +02:00
2016-08-05 13:34:50 -07:00
2016-09-06 08:41:17 -04:00