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

Commit

Permalink
Refer to the full implementation of EphemeralVolumeClaim operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Vasilyev authored and nolar committed Nov 13, 2019
1 parent 024faa2 commit 0bc9b44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/walkthrough/problem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ The lifecycle of an ``EphemeralVolumeClaim`` is this:

* Deletes the ``PersistentVolumeClaim`` after either the pod is finished,
or the wait time has elapsed.

.. seealso::
This documentation only highlights the main patterns & tricks of Kopf,
but does not dive deep into the implementation of the operator's domain.
The fully functional solution for ``EphemeralVolumeClaim`` resources,
which is used for this documentation, is available at the following link:

* https://github.com/nolar/ephemeral-volume-claims

0 comments on commit 0bc9b44

Please sign in to comment.