Containerfile
HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.py
pg_spot_operator/VERSION
pg_spot_operator/__init__.py
pg_spot_operator/__main__.py
pg_spot_operator/base.py
pg_spot_operator/cli.py
pg_spot_operator/cloud_api.py
pg_spot_operator/cmdb.py
pg_spot_operator/constants.py
pg_spot_operator/instance_type.py
pg_spot_operator/manifests.py
pg_spot_operator/operator.py
pg_spot_operator/util.py
pg_spot_operator.egg-info/PKG-INFO
pg_spot_operator.egg-info/SOURCES.txt
pg_spot_operator.egg-info/dependency_links.txt
pg_spot_operator.egg-info/entry_points.txt
pg_spot_operator.egg-info/requires.txt
pg_spot_operator.egg-info/top_level.txt
pg_spot_operator/cloud_impl/__init__.py
pg_spot_operator/cloud_impl/aws_client.py
pg_spot_operator/cloud_impl/aws_s3.py
pg_spot_operator/cloud_impl/aws_spot.py
pg_spot_operator/cloud_impl/aws_vm.py
pg_spot_operator/cloud_impl/cloud_structs.py
pg_spot_operator/cloud_impl/cloud_util.py
pg_spot_operator/cmdb_impl/__init__.py
pg_spot_operator/cmdb_impl/schema_manager.py
pg_spot_operator/cmdb_impl/sqlite.py
pg_spot_operator/cmdb_impl/sqlite_migrations.py
tests/__init__.py
tests/conftest.py
tests/test_aws_spot.py
tests/test_aws_vm.py
tests/test_base.py
tests/test_cli.py
tests/test_manifests.py
tests/test_operator.py
tests/test_util.py