.coveragerc
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
OWNERS
README.rst
dev-requirements.txt
docs-requirements.txt
gordon-janitor.toml.example
gordon.toml.example
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
docs/Makefile
docs/changelog.rst
docs/clients.rst
docs/conf.py
docs/config-janitor.rst
docs/config-service.rst
docs/contributing.rst
docs/exceptions.rst
docs/index.rst
docs/license.rst
docs/plugins.rst
docs/schema.rst
docs/validate.rst
docs/_static/spotify_icon_black.ico
docs/_static/spotify_icon_green.png
src/gordon_dns_gcp.egg-info/PKG-INFO
src/gordon_dns_gcp.egg-info/SOURCES.txt
src/gordon_dns_gcp.egg-info/dependency_links.txt
src/gordon_dns_gcp.egg-info/entry_points.txt
src/gordon_dns_gcp.egg-info/not-zip-safe
src/gordon_dns_gcp.egg-info/requires.txt
src/gordon_dns_gcp.egg-info/top_level.txt
src/gordon_gcp/__init__.py
src/gordon_gcp/exceptions.py
src/gordon_gcp/clients/__init__.py
src/gordon_gcp/clients/_utils.py
src/gordon_gcp/clients/auth.py
src/gordon_gcp/clients/gce.py
src/gordon_gcp/clients/gcrm.py
src/gordon_gcp/clients/gdns.py
src/gordon_gcp/clients/http.py
src/gordon_gcp/plugins/__init__.py
src/gordon_gcp/plugins/_utils.py
src/gordon_gcp/plugins/janitor/__init__.py
src/gordon_gcp/plugins/janitor/authority.py
src/gordon_gcp/plugins/janitor/gpubsub_publisher.py
src/gordon_gcp/plugins/janitor/reconciler.py
src/gordon_gcp/plugins/service/__init__.py
src/gordon_gcp/plugins/service/enricher.py
src/gordon_gcp/plugins/service/event_consumer.py
src/gordon_gcp/plugins/service/gdns_publisher.py
src/gordon_gcp/schema/__init__.py
src/gordon_gcp/schema/parse.py
src/gordon_gcp/schema/validate.py
src/gordon_gcp/schema/examples/audit-log.first-operation.json
src/gordon_gcp/schema/examples/audit-log.last-operation.json
src/gordon_gcp/schema/examples/audit-log.no-operation.json
src/gordon_gcp/schema/examples/event.A.json
src/gordon_gcp/schema/examples/event.CNAME.json
src/gordon_gcp/schema/examples/event.NS.json
src/gordon_gcp/schema/schemas/audit-log.schema.json
src/gordon_gcp/schema/schemas/event.schema.json
tests/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/clients/__init__.py
tests/unit/clients/test_auth.py
tests/unit/clients/test_gce.py
tests/unit/clients/test_gcrm.py
tests/unit/clients/test_gdns.py
tests/unit/clients/test_http.py
tests/unit/plugins/__init__.py
tests/unit/plugins/janitor/__init__.py
tests/unit/plugins/janitor/test_authority.py
tests/unit/plugins/janitor/test_gpubsub_publisher.py
tests/unit/plugins/janitor/test_init.py
tests/unit/plugins/janitor/test_reconciler.py
tests/unit/plugins/service/__init__.py
tests/unit/plugins/service/test_enricher.py
tests/unit/plugins/service/test_event_consumer.py
tests/unit/plugins/service/test_gdns_publisher.py
tests/unit/plugins/service/test_init.py
tests/unit/schema/__init__.py
tests/unit/schema/test_parse.py
tests/unit/schema/test_validate.py