.gitignore
.travis.yml
.zappr.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.md
DEVELOPMENT.md
LICENSE.md
MAINTAINERS
README.md
SECURITY.md
peering.yaml
requirements.txt
setup.py
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
examples/README.md
examples/crd.yaml
examples/obj.yaml
examples/requirements.txt
examples/01-minimal/README.md
examples/01-minimal/example.py
examples/02-children/README.md
examples/02-children/example.py
examples/03-exceptions/README.md
examples/03-exceptions/example.py
examples/04-events/README.md
examples/04-events/example.py
examples/05-handlers/README.md
examples/05-handlers/example.py
examples/06-peering/README.md
examples/06-peering/example.py
examples/07-subhandlers/README.md
examples/07-subhandlers/example.py
examples/99-all-at-once/README.md
examples/99-all-at-once/example.py
kopf/__init__.py
kopf/__main__.py
kopf/cli.py
kopf/config.py
kopf/events.py
kopf/on.py
kopf.egg-info/PKG-INFO
kopf.egg-info/SOURCES.txt
kopf.egg-info/dependency_links.txt
kopf.egg-info/entry_points.txt
kopf.egg-info/requires.txt
kopf.egg-info/top_level.txt
kopf/reactor/__init__.py
kopf/reactor/handling.py
kopf/reactor/lifecycles.py
kopf/reactor/loading.py
kopf/reactor/peering.py
kopf/reactor/queueing.py
kopf/reactor/registry.py
kopf/structs/__init__.py
kopf/structs/diffs.py
kopf/structs/finalizers.py
kopf/structs/hierarchies.py
kopf/structs/lastseen.py
kopf/structs/progress.py
tests/test_it.py