k3s/pkg
Kubernetes Submit Queue 5984607cb9 Merge pull request #40088 from jsafrane/storage-ga-v1
Automatic merge from submit-queue (batch tested with PRs 41854, 41801, 40088, 41590, 41911)

Add storage.k8s.io/v1 API

v1 API is direct copy of v1beta1 API. This v1 API gets installed and exposed in this PR, I tested that kubectl can create both v1beta1 and v1 StorageClass.

~~Rest of Kubernetes (controllers, examples,. tests, ...) still use v1beta1 API, I will update it when this PR gets merged as these changes would get lost among generated code.~~ Most parts use v1 API now, it would not compile / run tests without it.

**Release note**:
```
Kubernetes API storage.k8s.io for storage objects is now fully supported and is available as storage.k8s.io/v1. Beta version of the API storage.k8s.io/v1beta1 is still available in this release, however it will be removed in a future Kubernetes release.

Together with the API endpoint, StorageClass annotation "storageclass.beta.kubernetes.io/is-default-class" is deprecated and  "storageclass.kubernetes.io/is-default-class" should be used instead to mark a default storage class. The beta annotation is still working in this release, however it won't be supported in the next one.
```

@kubernetes/sig-storage-misc
2017-02-25 05:02:55 -08:00
..
api Regenerate everything 2017-02-23 12:23:03 +01:00
apimachinery/tests
apis Merge pull request #40088 from jsafrane/storage-ga-v1 2017-02-25 05:02:55 -08:00
auth
bootstrap/api kube-apiserver: add a bootstrap token authenticator for TLS bootstrapping 2017-02-21 08:43:55 -08:00
capabilities Fix comment for method SetForTests 2017-02-14 17:16:49 +08:00
client Regenerate everything 2017-02-24 13:34:18 +01:00
cloudprovider Merge pull request #41113 from vmware/AddDatastoreParamForDynamicProvisioning 2017-02-23 22:10:42 -08:00
controller Merge pull request #40088 from jsafrane/storage-ga-v1 2017-02-25 05:02:55 -08:00
conversion
credentialprovider
features Cleanup work to enable feature gating annotations 2017-02-18 09:25:57 -06:00
fieldpath
fields
generated Merge pull request #40088 from jsafrane/storage-ga-v1 2017-02-25 05:02:55 -08:00
hyperkube
kubeapiserver Merge pull request #41645 from ncdc/shared-informers-12-admission 2017-02-23 20:57:31 -08:00
kubectl Merge pull request #40088 from jsafrane/storage-ga-v1 2017-02-25 05:02:55 -08:00
kubelet Merge pull request #41801 from riverzhang/patch-1 2017-02-25 05:02:53 -08:00
kubemark Revert "Generate valid container id in fake docker client." 2017-02-18 10:06:24 -05:00
labels
master Install storage v1 API 2017-02-24 13:52:15 +01:00
metrics Update to use proxy subresource consistently 2017-02-13 22:05:00 -05:00
probe
proxy Simplify stale-connection detection in kube-proxy 2017-02-15 12:39:49 -08:00
quota Merge pull request #39364 from zhouhaibing089/nodeports 2017-02-17 20:34:32 -08:00
registry Install storage v1 API 2017-02-24 13:52:15 +01:00
routes Update to use proxy subresource consistently 2017-02-13 22:05:00 -05:00
runtime
security Implements projected volume driver 2017-02-20 12:56:04 -05:00
securitycontext
serviceaccount
ssh
types
util Merge pull request #40665 from brendandburns/i18n 2017-02-25 03:56:51 -08:00
version
volume Update imports 2017-02-24 13:52:16 +01:00
watch
BUILD Regenerate everything 2017-02-24 13:34:18 +01:00
OWNERS