.gitignore
.travis.yml
.zappr.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.md
DEVELOPMENT.md
LICENSE
MAINTAINERS
README.md
SECURITY.md
peering.yaml
requirements.txt
setup.py
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
docs/alternatives.rst
docs/async.rst
docs/cleanup.rst
docs/concepts.rst
docs/conf.py
docs/deployment-depl.yaml
docs/deployment-rbac.yaml
docs/deployment.rst
docs/errors.rst
docs/events.rst
docs/handlers.rst
docs/hierarchies.rst
docs/index.rst
docs/install.rst
docs/loading.rst
docs/minikube.rst
docs/naming.rst
docs/peering.rst
docs/requirements.txt
docs/scopes.rst
docs/vision.rst
docs/walkthrough/creation.rst
docs/walkthrough/deletion.rst
docs/walkthrough/diffs.rst
docs/walkthrough/prerequisites.rst
docs/walkthrough/problem.rst
docs/walkthrough/resources.rst
docs/walkthrough/starting.rst
docs/walkthrough/updates.rst
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.egg-info/zip-safe
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/reactor/watching.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/conftest.py
tests/test_async.py
tests/test_it.py
tests/test_streaming.py
tests/basic-structs/test_cause.py
tests/basic-structs/test_handler.py
tests/basic-structs/test_resource.py
tests/diffs/test_diff.py
tests/diffs/test_reduction.py
tests/diffs/test_resolving.py
tests/registries/conftest.py
tests/registries/test_creation.py
tests/registries/test_decorators.py
tests/registries/test_default_registry.py
tests/registries/test_global_registry.py
tests/registries/test_handler_matching.py
tests/registries/test_id_detection.py
tests/registries/test_registering.py