Merge branch 'master' into fix_base64_padding_for_kconfig

This commit is contained in:
Ben Picolo 2018-08-27 10:04:32 -04:00 committed by GitHub
commit d54efa7568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

4
OWNERS Normal file
View File

@ -0,0 +1,4 @@
approvers:
- mbohlool
- yliaog
- roycaihw

View File

@ -5,7 +5,7 @@
This is the utility part of the [python client](https://github.com/kubernetes-client/python). It has been added to the main
repo using git submodules. This structure allow other developers to create
their own kubernetes client and still use standard kubernetes python utilities.
For more information refer to [clients-library-structure](https://github.com/kubernetes-client/community/blob/master/design-docs/clients-library-structure.md).
For more information refer to [clients-library-structure](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-client-structure-proposal.md).
## Contributing