.dockerignore
.gitignore
.gitmodules
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
README.md
docker-compose.yaml
pyproject.toml
.github/actions/setup/action.yml
.github/workflows/homebrew.yml
.github/workflows/image.yml
.github/workflows/installer.yml
.github/workflows/package.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/test_integration.yml
.github/workflows/test_unit.yml
.github/workflows/version.yml
scripts/aws_cleanup.sh
scripts/clean.sh
scripts/formula.py
scripts/formula.tpl.rb
scripts/gha.py
scripts/installer.spec
scripts/version.py
src/duplo_resource/__init__.py
src/duplo_resource/asg.py
src/duplo_resource/configmap.py
src/duplo_resource/cronjob.py
src/duplo_resource/ecs_service.py
src/duplo_resource/hosts.py
src/duplo_resource/infrastructure.py
src/duplo_resource/ingress.py
src/duplo_resource/jit.py
src/duplo_resource/job.py
src/duplo_resource/lambda.py
src/duplo_resource/pod.py
src/duplo_resource/rds.py
src/duplo_resource/secret.py
src/duplo_resource/service.py
src/duplo_resource/system.py
src/duplo_resource/tenant.py
src/duplo_resource/user.py
src/duplo_resource/version.py
src/duplocloud/__init__.py
src/duplocloud/args.py
src/duplocloud/argtype.py
src/duplocloud/cli.py
src/duplocloud/client.py
src/duplocloud/commander.py
src/duplocloud/errors.py
src/duplocloud/formats.py
src/duplocloud/resource.py
src/duplocloud/server.py
src/duplocloud_client.egg-info/PKG-INFO
src/duplocloud_client.egg-info/SOURCES.txt
src/duplocloud_client.egg-info/dependency_links.txt
src/duplocloud_client.egg-info/entry_points.txt
src/duplocloud_client.egg-info/requires.txt
src/duplocloud_client.egg-info/top_level.txt
src/tests/__init__.py
src/tests/conftest.py
src/tests/test_client.py
src/tests/test_commander.py
src/tests/test_cronjobs.py
src/tests/test_infra.py
src/tests/test_portal.py
src/tests/test_tenant.py
src/tests/test_tenant_resources.py
src/tests/data/asg.yaml
src/tests/data/configmap.yaml
src/tests/data/cronjob.yaml
src/tests/data/hosts.yaml
src/tests/data/job.yaml
src/tests/data/lambda.yaml
src/tests/data/rds-read.yaml
src/tests/data/rds.yaml
src/tests/data/secret.yaml
src/tests/data/service.yaml
src/tests/data/tenant.yaml