From 07ef6263685802ee5a8532662bf589adaa07b592 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Mon, 6 Aug 2018 10:13:34 -0700 Subject: [PATCH 1/2] added OWNERS file. --- OWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..7a860ad20 --- /dev/null +++ b/OWNERS @@ -0,0 +1,4 @@ +approvers: + - mbohlool + - yliaog + - roycaihw From c037d14f91971aaef8b9cf1196bb89890fba1772 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Thu, 23 Aug 2018 10:51:03 -0700 Subject: [PATCH 2/2] Remove link to kubernetes-client/community Point directly to the file that the kubernetes/community link was pointing to --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f40e0f9..f916e3437 100644 --- a/README.md +++ b/README.md @@ -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