k3s/cmd/libs/go2idl
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
..
client-gen Merge pull request #41094 from MHBauer/client-gen-gv-parse 2017-02-25 03:56:53 -08:00
conversion-gen conversion-gen: add vendor package support 2017-02-02 06:58:28 +01:00
deepcopy-gen Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
defaulter-gen Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
go-to-protobuf Add storage.k8s.io/v1 2017-02-24 13:34:18 +01:00
import-boss Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
informer-gen split generated informers by internal and external 2017-02-13 07:55:15 -05:00
lister-gen Regenerate listers/informers 2017-01-30 15:46:36 -05:00
openapi-gen Add OpenAPI extensions to openapi_gen (Definition Generator) 2017-02-07 16:13:29 -08:00
set-gen remove files moved to apimachinery 2017-01-17 07:46:34 -05:00
.import-restrictions k8s.io/apimachinery scripts 2017-01-11 08:15:34 -05:00
OWNERS OWNERS: Update latest OWNERS files 2017-01-23 10:05:48 -08:00