k3s/pkg/controller
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
..
certificates add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
daemon fix log message to include ds name 2016-09-05 18:57:04 -07:00
deployment add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
disruption add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
endpoint Logging for service restart e2e clarity 2016-09-01 14:49:52 -07:00
framework Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
garbagecollector gc retries failed garbage collection 2016-09-02 14:17:42 -07:00
job add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
namespace Merge pull request #31917 from derekwaynecarr/delete-pods-last 2016-09-02 00:50:02 -07:00
node Merge pull request #32107 from xingzhou/km_bug 2016-09-06 11:50:28 -07:00
petset Merge pull request #31698 from m1093782566/m109-pet-set-errs-err 2016-09-05 22:09:07 -07:00
podautoscaler Merge pull request #28759 from xiang90/pas 2016-09-06 00:38:46 -07:00
podgc Use Go canonical import paths 2016-07-16 13:48:21 -04:00
replicaset add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
replication Fix debugging log in RC 2016-09-06 08:50:44 +02:00
resourcequota add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
route Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduledjob Fix the bug that SJ sees finished jobs as unexpected 2016-08-25 17:01:22 -07:00
service persist services need to be retried in service controller cache. 2016-08-23 14:49:54 +08:00
serviceaccount add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
volume move StorageClass to its own group 2016-09-06 08:41:17 -04:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00
controller_ref_manager.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
controller_utils.go Don't validate selector that is already validated 2016-08-22 09:39:32 +02:00
controller_utils_test.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00