.devcontainer.json
.dockerignore
.gitattributes
.gitignore
.gitmodules
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
SECURITY.md
docker-compose.yaml
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/actions/setup/action.yml
.github/workflows/docs.yml
.github/workflows/homebrew.yml
.github/workflows/image.yml
.github/workflows/installer.yml
.github/workflows/package.yml
.github/workflows/publish.yml
.github/workflows/pull_request.yml
.github/workflows/quality.yml
.github/workflows/release.yml
.github/workflows/test_integration.yml
.github/workflows/test_unit.yml
.github/workflows/version.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
plugins/aws/README.md
plugins/aws/__init__.py
plugins/aws/plugin.py
plugins/aws/pyproject.toml
scripts/aws_cleanup.sh
scripts/clean.sh
scripts/formula.py
scripts/formula.tpl.rb
scripts/gha.py
scripts/installer.spec
scripts/mkdocs.py
scripts/project.py
scripts/runner_install.sh
scripts/setup.sh
scripts/version.py
src/duplo_resource/__init__.py
src/duplo_resource/asg.py
src/duplo_resource/cloudfront.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/plan.py
src/duplo_resource/pod.py
src/duplo_resource/pvc.py
src/duplo_resource/rds.py
src/duplo_resource/s3.py
src/duplo_resource/secret.py
src/duplo_resource/service.py
src/duplo_resource/storageclass.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_jit.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/create-admin-user.yaml
src/tests/data/create-non-admin-user.yaml
src/tests/data/cronjob.yaml
src/tests/data/hosts.yaml
src/tests/data/ingress.yaml
src/tests/data/job.yaml
src/tests/data/lambda.yaml
src/tests/data/persistentvolumeclaim.yaml
src/tests/data/pvc.yaml
src/tests/data/rds-read.yaml
src/tests/data/rds.yaml
src/tests/data/s3.yaml
src/tests/data/secret.yaml
src/tests/data/service.yaml
src/tests/data/storageclass.yaml
src/tests/data/tenant.yaml
src/tests/data/user.yaml
src/tests/files/password.txt