|
1 | | -#KubernetesTemplate Project |
| 1 | +#KubernetesPerl Client |
2 | 2 |
|
3 | | -The Kubernetes Template Project is a template for starting new projects in the GitHub organizations owned by Kubernetes. All Kubernetes projects, at minimum, must have the following files: |
4 | | - |
5 | | -- a`README.md` outlining the project goals, sponsoring sig, and community contact information |
6 | | -- an`OWNERS` with the project leads listed as approvers ([docs on`OWNERS` files][owners]) |
7 | | -- a`CONTRIBUTING.md` outlining how to contribute to the project |
8 | | -- an unmodified copy of`code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code |
9 | | -- a`LICENSE` which must be Apache 2.0 for code projects, or[Creative Commons 4.0] for documentation repositories, without any custom content |
10 | | -- a`SECURITY_CONTACTS` with the contact points for the Product Security Team |
11 | | - to reach out to for triaging and handling of incoming issues. They must agree to abide by the |
12 | | -[Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy) |
13 | | - and will be removed and replaced if they violate that agreement. |
| 3 | +Perl client for the[Kubernetes](http://kubernetes.io/) API. |
14 | 4 |
|
15 | 5 | ##Community, discussion, contribution, and support |
16 | 6 |
|
17 | 7 | Learn how to engage with the Kubernetes community on the[community page](http://kubernetes.io/community/). |
18 | 8 |
|
19 | 9 | You can reach the maintainers of this project at: |
20 | 10 |
|
21 | | --[Slack](http://slack.k8s.io/) |
22 | | --[MailingList](https://groups.google.com/forum/#!forum/kubernetes-dev) |
| 11 | +-[Slack channel](https://kubernetes.slack.com/messages/kubernetes-client) |
| 12 | +-[Mailinglist](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery) |
23 | 13 |
|
24 | 14 | ###Code of conduct |
25 | 15 |
|
26 | 16 | Participation in the Kubernetes community is governed by the[Kubernetes Code of Conduct](code-of-conduct.md). |
27 | | - |
28 | | -[owners]:https://git.k8s.io/community/contributors/guide/owners.md |
29 | | -[Creative Commons 4.0]:https://git.k8s.io/website/LICENSE |