Add unit tests to for {runtime,priority}ClassName

These unit tests go over all the possible pods using the
mount feature and make sure they are all listed in the
runtime and priority class, which will make sure we don't
miss any.

Skip-Release-Notes
Change-Id: Iba2e24bebd70f0d99f44566a1b0f115e4faa8f5b
21 files changed
tree: ef3d47a75f1fcffc6b0a6765a616c481478c728b
  1. .github/
  2. atmosphere/
  3. build/
  4. charts/
  5. cmd/
  6. doc/
  7. hack/
  8. images/
  9. internal/
  10. meta/
  11. molecule/
  12. playbooks/
  13. plugins/
  14. releasenotes/
  15. roles/
  16. tests/
  17. tools/
  18. zuul.d/
  19. .ansible-lint
  20. .charts.yml
  21. .envrc
  22. .flake8
  23. .gitignore
  24. .gitreview
  25. .pre-commit-config.yaml
  26. .python-version
  27. .stestr.conf
  28. docker-bake.hcl
  29. Earthfile
  30. flake.lock
  31. flake.nix
  32. galaxy.yml
  33. go.mod
  34. go.sum
  35. README.md
  36. requirements.txt
  37. setup.cfg
  38. setup.py
  39. tox.ini
README.md

Atmosphere

Community

If you have any questions and discussions about Atmosphere, you can join the community:

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::

pre-commit install --hook-type commit-msg