armada/Armada.egg-info/SOURCES.txt

242 lines
8.0 KiB
Plaintext

.coveragerc
.dockerignore
.editorconfig
.readthedocs.yaml
.stestr.conf
.style.yapf
.zuul.yaml
AUTHORS
CONTRIBUTING.rst
ChangeLog
LICENSE
Makefile
README.rst
bindep.txt
controller.sh
entrypoint.sh
plugin.yaml
requirements-direct.txt
requirements-frozen.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/SECURITY.md
Armada.egg-info/PKG-INFO
Armada.egg-info/SOURCES.txt
Armada.egg-info/dependency_links.txt
Armada.egg-info/entry_points.txt
Armada.egg-info/not-zip-safe
Armada.egg-info/pbr.json
Armada.egg-info/requires.txt
Armada.egg-info/top_level.txt
armada/__init__.py
armada/const.py
armada/shell.py
armada/version.py
armada/api/__init__.py
armada/api/middleware.py
armada/api/server.py
armada/api/controller/armada.py
armada/api/controller/health.py
armada/api/controller/metrics.py
armada/api/controller/releases.py
armada/api/controller/test.py
armada/api/controller/tiller.py
armada/api/controller/validation.py
armada/api/controller/versions.py
armada/cli/__init__.py
armada/cli/apply.py
armada/cli/test.py
armada/cli/validate.py
armada/common/__init__.py
armada/common/client.py
armada/common/i18n.py
armada/common/policy.py
armada/common/session.py
armada/common/policies/__init__.py
armada/common/policies/base.py
armada/common/policies/service.py
armada/common/policies/tiller.py
armada/conf/__init__.py
armada/conf/default.py
armada/conf/opts.py
armada/conf/utils.py
armada/exceptions/__init__.py
armada/exceptions/api_exceptions.py
armada/exceptions/armada_exceptions.py
armada/exceptions/base_exception.py
armada/exceptions/chartbuilder_exceptions.py
armada/exceptions/helm_exceptions.py
armada/exceptions/k8s_exceptions.py
armada/exceptions/manifest_exceptions.py
armada/exceptions/override_exceptions.py
armada/exceptions/source_exceptions.py
armada/exceptions/validate_exceptions.py
armada/handlers/__init__.py
armada/handlers/armada.py
armada/handlers/chart_delete.py
armada/handlers/chart_deploy.py
armada/handlers/chart_download.py
armada/handlers/chartbuilder.py
armada/handlers/document.py
armada/handlers/helm.py
armada/handlers/k8s.py
armada/handlers/lock.py
armada/handlers/manifest.py
armada/handlers/metrics.py
armada/handlers/override.py
armada/handlers/pre_update_actions.py
armada/handlers/release_diff.py
armada/handlers/schema.py
armada/handlers/test.py
armada/handlers/wait.py
armada/schemas/armada-chart-schema-v1.yaml
armada/schemas/armada-chart-schema-v2.yaml
armada/schemas/armada-chartgroup-schema-v1.yaml
armada/schemas/armada-chartgroup-schema-v2.yaml
armada/schemas/armada-manifest-schema-v1.yaml
armada/schemas/armada-manifest-schema-v2.yaml
armada/tests/__init__.py
armada/tests/test_utils.py
armada/tests/unit/__init__.py
armada/tests/unit/base.py
armada/tests/unit/fake_policy.py
armada/tests/unit/fixtures.py
armada/tests/unit/api/__init__.py
armada/tests/unit/api/base.py
armada/tests/unit/api/test_api_initialization.py
armada/tests/unit/api/test_armada_controller.py
armada/tests/unit/api/test_health_controller.py
armada/tests/unit/api/test_releases_controller.py
armada/tests/unit/api/test_test_controller.py
armada/tests/unit/api/test_tiller_controller.py
armada/tests/unit/api/test_validation_controller.py
armada/tests/unit/api/test_versions_controller.py
armada/tests/unit/common/__init__.py
armada/tests/unit/common/test_policy.py
armada/tests/unit/common/test_session.py
armada/tests/unit/handlers/__init__.py
armada/tests/unit/handlers/test_armada.py
armada/tests/unit/handlers/test_chartbuilder.py
armada/tests/unit/handlers/test_lock.py
armada/tests/unit/handlers/test_manifest.py
armada/tests/unit/handlers/test_override.py
armada/tests/unit/handlers/test_release_diff.py
armada/tests/unit/handlers/test_test.py
armada/tests/unit/handlers/test_wait.py
armada/tests/unit/handlers/templates/base.yaml
armada/tests/unit/handlers/templates/override-01-expected.yaml
armada/tests/unit/handlers/templates/override-01.yaml
armada/tests/unit/handlers/templates/override-02-expected.yaml
armada/tests/unit/handlers/templates/override-03-expected.yaml
armada/tests/unit/resources/keystone-manifest.yaml
armada/tests/unit/resources/valid_armada_document.yaml
armada/tests/unit/utils/__init__.py
armada/tests/unit/utils/schema.py
armada/tests/unit/utils/test_release.py
armada/tests/unit/utils/test_source.py
armada/tests/unit/utils/test_validate.py
armada/utils/__init__.py
armada/utils/helm.py
armada/utils/keystone.py
armada/utils/release.py
armada/utils/source.py
armada/utils/validate.py
armada/utils/validation_message.py
charts/armada/.helmignore
charts/armada/Chart.yaml
charts/armada/requirements.yaml
charts/armada/values.yaml
charts/armada/templates/configmap-bin.yaml
charts/armada/templates/configmap-etc.yaml
charts/armada/templates/deployment-api.yaml
charts/armada/templates/ingress-api.yaml
charts/armada/templates/job-image-repo-sync.yaml
charts/armada/templates/job-ks-endpoints.yaml
charts/armada/templates/job-ks-service.yaml
charts/armada/templates/job-ks-user.yaml
charts/armada/templates/network_policy.yaml
charts/armada/templates/secret-ingress-tls.yaml
charts/armada/templates/secret-keystone-env.yaml
charts/armada/templates/service-ingress.yaml
charts/armada/templates/service.yaml
charts/armada/templates/tests/test-armada-api.yaml
charts/deps/.gitkeep
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/_static/.placeholder
doc/source/_static/airship.logo.white.svg
doc/source/_static/armada.conf.sample
doc/source/_static/armada.policy.yaml.sample
doc/source/commands/apply.rst
doc/source/commands/index.rst
doc/source/commands/test.rst
doc/source/commands/validate.rst
doc/source/development/contributing.rst
doc/source/development/getting-started.rst
doc/source/development/index.rst
doc/source/operations/guide-configure.rst
doc/source/operations/guide-helm-plugin.rst
doc/source/operations/guide-troubleshooting.rst
doc/source/operations/guide-use-armada.rst
doc/source/operations/index.rst
doc/source/operations/metrics.rst
doc/source/operations/sampleconf.rst
doc/source/operations/samplepolicy.rst
doc/source/operations/documents/index.rst
doc/source/operations/documents/migration-v1-v2.rst
doc/source/operations/documents/v1/document-authoring.rst
doc/source/operations/documents/v1/index.rst
doc/source/operations/documents/v1/schemas.rst
doc/source/operations/documents/v2/document-authoring.rst
doc/source/operations/documents/v2/index.rst
doc/source/operations/documents/v2/schemas.rst
doc/source/operations/exceptions/api-exceptions.inc
doc/source/operations/exceptions/armada-exceptions.inc
doc/source/operations/exceptions/base-exceptions.inc
doc/source/operations/exceptions/chartbuilder-exceptions.inc
doc/source/operations/exceptions/guide-exceptions.rst
doc/source/operations/exceptions/index.rst
doc/source/operations/exceptions/k8s-exceptions.inc
doc/source/operations/exceptions/manifest-exceptions.inc
doc/source/operations/exceptions/override-exceptions.inc
doc/source/operations/exceptions/source-exceptions.inc
doc/source/operations/exceptions/validate-exceptions.inc
etc/armada/api-paste.ini
etc/armada/armada.conf.sample
etc/armada/config-generator.conf
etc/armada/policy-generator.conf
etc/armada/policy.yaml
examples/armada-keystone-manifest.yaml
examples/keystone-manifest.yaml
examples/podinfo.yaml
examples/simple-ovr-values.yaml
examples/simple.yaml
examples/tar_example.yaml
images/armada/Dockerfile.ubuntu_bionic
images/armada/Dockerfile.ubuntu_focal
releasenotes/notes/.placeholder
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
tools/armada_image_run.sh
tools/helm_install.sh
tools/helm_tk.sh
tools/image_tags.py
tools/keystone-account.sh
tools/whitespace-linter.sh
tools/gate/playbooks/airskiff-deploy.yaml
tools/gate/playbooks/airskiff-reduce-site.yaml
tools/gate/playbooks/build-charts.yaml
tools/gate/playbooks/debug-report.yaml
tools/gate/playbooks/docker-image-build.yaml
tools/gate/playbooks/git-config.yaml
tools/gate/playbooks/roles
tools/gate/playbooks/vars.yaml
tools/gate/roles/disable-systemd-resolved/tasks/disable-systemd-resolved.yaml
tools/gate/roles/disable-systemd-resolved/tasks/main.yaml