Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
List of Pykube users (#18)
Browse files Browse the repository at this point in the history
* projects using Pykube

* docs: use package version

* projects using Pykube
  • Loading branch information
hjacobs committed Mar 14, 2019
1 parent 288de13 commit eb3fe34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import sys
sys.path.insert(0, os.path.abspath('../'))

from pykube import __version__ # noqa


# -- Project information -----------------------------------------------------

Expand All @@ -24,9 +26,9 @@
author = 'Henning Jacobs'

# The short X.Y version
version = '0.1'
version = __version__
# The full version, including alpha/beta/rc tags
release = '0.1'
release = __version__


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ There is not much documentation yet, but you can check out the `README on github
howtos/index.rst
readme
changelog
users



Expand Down
10 changes: 10 additions & 0 deletions docs/users.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Users
=====

The following projects use Pykube:

* `kube-downscaler <https://github.com/hjacobs/kube-downscaler/>`_
* `kube-janitor <https://github.com/hjacobs/kube-janitor/>`_
* `kube-resource-report <https://github.com/hjacobs/kube-resource-report/>`_

Do you know of a project using Pykube and it's not listed here? Please `open a PR <https://github.com/hjacobs/pykube/pulls>`_ to add it to the list.

0 comments on commit eb3fe34

Please sign in to comment.