From 0bc9b44bd9130f6bdde4e3010a649beafd75145b Mon Sep 17 00:00:00 2001 From: Sergey Vasilyev Date: Sun, 2 Jun 2019 05:33:54 +0200 Subject: [PATCH] Refer to the full implementation of EphemeralVolumeClaim operator --- docs/walkthrough/problem.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/walkthrough/problem.rst b/docs/walkthrough/problem.rst index a702d35d..4b28eaba 100644 --- a/docs/walkthrough/problem.rst +++ b/docs/walkthrough/problem.rst @@ -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