.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
NEWS.rst
README.rst
mypy.ini
pyproject.toml
pytest.ini
ruff.toml
towncrier.toml
tox.ini
.github/dependabot.yml
.github/workflows/main.yml
docs/conf.py
docs/history.rst
docs/index.rst
kustomize/__init__.py
kustomize/generators.py
kustomize/main.py
kustomize.egg-info/PKG-INFO
kustomize.egg-info/SOURCES.txt
kustomize.egg-info/dependency_links.txt
kustomize.egg-info/entry_points.txt
kustomize.egg-info/requires.txt
kustomize.egg-info/top_level.txt
tests/__init__.py
tests/base.py
tests/conftest.py
tests/test_generators.py
tests/test_main.py
tests/fixtures/__init__.py
tests/fixtures/attributes_as_dict/__init__.py
tests/fixtures/attributes_as_dict/python/__init__.py
tests/fixtures/attributes_as_dict/python/configMap.py
tests/fixtures/attributes_as_dict/python/deployment.py
tests/fixtures/attributes_as_dict/python/kustomization.py
tests/fixtures/attributes_as_dict/python/service.py
tests/fixtures/attributes_as_dict/reference/kustomization.yaml
tests/fixtures/attributes_as_dict/reference/configMap/configMap.yaml
tests/fixtures/attributes_as_dict/reference/deployment/deployment.yaml
tests/fixtures/attributes_as_dict/reference/service/service.yaml
tests/fixtures/attrs/__init__.py
tests/fixtures/attrs/python/__init__.py
tests/fixtures/attrs/python/configMap.py
tests/fixtures/attrs/python/deployment.py
tests/fixtures/attrs/python/kustomization.py
tests/fixtures/attrs/python/service.py
tests/fixtures/attrs/reference/kustomization.yaml
tests/fixtures/attrs/reference/configMap/configMap.yaml
tests/fixtures/attrs/reference/deployment/deployment.yaml
tests/fixtures/attrs/reference/service/service.yaml
tests/fixtures/base_and_overlays/__init__.py
tests/fixtures/base_and_overlays/python/__init__.py
tests/fixtures/base_and_overlays/python/base/__init__.py
tests/fixtures/base_and_overlays/python/base/configMap.py
tests/fixtures/base_and_overlays/python/base/deployment.py
tests/fixtures/base_and_overlays/python/base/kustomization.py
tests/fixtures/base_and_overlays/python/base/service.py
tests/fixtures/base_and_overlays/python/overlays/__init__.py
tests/fixtures/base_and_overlays/python/overlays/production/__init__.py
tests/fixtures/base_and_overlays/python/overlays/production/kustomization.py
tests/fixtures/base_and_overlays/python/overlays/production/replica_count.py
tests/fixtures/base_and_overlays/python/overlays/staging/__init__.py
tests/fixtures/base_and_overlays/python/overlays/staging/kustomization.py
tests/fixtures/base_and_overlays/python/overlays/staging/special_labels.py
tests/fixtures/base_and_overlays/reference/base/kustomization.yaml
tests/fixtures/base_and_overlays/reference/base/configMap/configMap.yaml
tests/fixtures/base_and_overlays/reference/base/deployment/deployment.yaml
tests/fixtures/base_and_overlays/reference/base/service/service.yaml
tests/fixtures/base_and_overlays/reference/overlays/production/kustomization.yaml
tests/fixtures/base_and_overlays/reference/overlays/production/replica_count.yaml
tests/fixtures/base_and_overlays/reference/overlays/staging/kustomization.yaml
tests/fixtures/base_and_overlays/reference/overlays/staging/special_labels.yaml
tests/fixtures/dataclasses_/__init__.py
tests/fixtures/dataclasses_/python/__init__.py
tests/fixtures/dataclasses_/python/configMap.py
tests/fixtures/dataclasses_/python/deployment.py
tests/fixtures/dataclasses_/python/kustomization.py
tests/fixtures/dataclasses_/python/service.py
tests/fixtures/dataclasses_/reference/kustomization.yaml
tests/fixtures/dataclasses_/reference/configMap/configMap.yaml
tests/fixtures/dataclasses_/reference/deployment/deployment.yaml
tests/fixtures/dataclasses_/reference/service/service.yaml
tests/fixtures/kubernetes/__init__.py
tests/fixtures/kubernetes/python/__init__.py
tests/fixtures/kubernetes/python/configMap.py
tests/fixtures/kubernetes/python/deployment.py
tests/fixtures/kubernetes/python/kustomization.py
tests/fixtures/kubernetes/python/service.py
tests/fixtures/kubernetes/reference/kustomization.yaml
tests/fixtures/kubernetes/reference/configMap/configMap.yaml
tests/fixtures/kubernetes/reference/deployment/deployment.yaml
tests/fixtures/kubernetes/reference/service/service.yaml
tests/fixtures/kubernetes11/__init__.py
tests/fixtures/kubernetes11/python/__init__.py
tests/fixtures/kubernetes11/python/configMap.py
tests/fixtures/kubernetes11/python/deployment.py
tests/fixtures/kubernetes11/python/kustomization.py
tests/fixtures/kubernetes11/python/service.py
tests/fixtures/kubernetes11/reference/kustomization.yaml
tests/fixtures/kubernetes11/reference/configMap/configMap.yaml
tests/fixtures/kubernetes11/reference/deployment/deployment.yaml
tests/fixtures/kubernetes11/reference/service/service.yaml
tests/fixtures/patchesJson6902/__init__.py
tests/fixtures/patchesJson6902/python/__init__.py
tests/fixtures/patchesJson6902/python/add_init_container.py
tests/fixtures/patchesJson6902/python/configMap.py
tests/fixtures/patchesJson6902/python/deployment.py
tests/fixtures/patchesJson6902/python/kustomization.py
tests/fixtures/patchesJson6902/python/service.py
tests/fixtures/patchesJson6902/reference/kustomization.yaml
tests/fixtures/patchesJson6902/reference/add_init_container/add_init_container.yaml
tests/fixtures/patchesJson6902/reference/configMap/configMap.yaml
tests/fixtures/patchesJson6902/reference/deployment/deployment.yaml
tests/fixtures/patchesJson6902/reference/service/service.yaml
tests/fixtures/simple_dict/__init__.py
tests/fixtures/simple_dict/python/__init__.py
tests/fixtures/simple_dict/python/configMap.py
tests/fixtures/simple_dict/python/deployment.py
tests/fixtures/simple_dict/python/kustomization.py
tests/fixtures/simple_dict/python/service.py
tests/fixtures/simple_dict/reference/kustomization.yaml
tests/fixtures/simple_dict/reference/configMap/configMap.yaml
tests/fixtures/simple_dict/reference/deployment/deployment.yaml
tests/fixtures/simple_dict/reference/service/service.yaml
tests/fixtures/simple_dict_defaults/__init__.py
tests/fixtures/simple_dict_defaults/python/__init__.py
tests/fixtures/simple_dict_defaults/python/configMap.py
tests/fixtures/simple_dict_defaults/python/deployment.py
tests/fixtures/simple_dict_defaults/python/kustomization.py
tests/fixtures/simple_dict_defaults/python/service.py
tests/fixtures/simple_dict_defaults/reference/kustomization.yaml
tests/fixtures/simple_dict_defaults/reference/configMap/configMap.yaml
tests/fixtures/simple_dict_defaults/reference/deployment/deployment.yaml
tests/fixtures/simple_dict_defaults/reference/service/service.yaml
tests/fixtures/simple_dict_subdirs/__init__.py
tests/fixtures/simple_dict_subdirs/python/__init__.py
tests/fixtures/simple_dict_subdirs/python/kustomization.py
tests/fixtures/simple_dict_subdirs/python/configmaps/__init__.py
tests/fixtures/simple_dict_subdirs/python/configmaps/configMap.py
tests/fixtures/simple_dict_subdirs/python/deployments/__init__.py
tests/fixtures/simple_dict_subdirs/python/deployments/deployment.py
tests/fixtures/simple_dict_subdirs/python/services/__init__.py
tests/fixtures/simple_dict_subdirs/python/services/service.py
tests/fixtures/simple_dict_subdirs/reference/kustomization.yaml
tests/fixtures/simple_dict_subdirs/reference/configmaps/configMap.yaml
tests/fixtures/simple_dict_subdirs/reference/deployments/deployment.yaml
tests/fixtures/simple_dict_subdirs/reference/services/service.yaml
tests/fixtures/to_dict/__init__.py
tests/fixtures/to_dict/python/__init__.py
tests/fixtures/to_dict/python/configMap.py
tests/fixtures/to_dict/python/deployment.py
tests/fixtures/to_dict/python/kustomization.py
tests/fixtures/to_dict/python/service.py
tests/fixtures/to_dict/reference/kustomization.yaml
tests/fixtures/to_dict/reference/configMap/configMap.yaml
tests/fixtures/to_dict/reference/deployment/deployment.yaml
tests/fixtures/to_dict/reference/service/service.yaml
tests/fixtures/tuple_multiple/__init__.py
tests/fixtures/tuple_multiple/python/__init__.py
tests/fixtures/tuple_multiple/python/configMap.py
tests/fixtures/tuple_multiple/python/deployment.py
tests/fixtures/tuple_multiple/python/kustomization.py
tests/fixtures/tuple_multiple/python/service.py
tests/fixtures/tuple_multiple/reference/kustomization.yaml
tests/fixtures/tuple_multiple/reference/configMap/configMap.yaml
tests/fixtures/tuple_multiple/reference/deployment/deployment.yaml
tests/fixtures/tuple_multiple/reference/service/service.yaml
tests/fixtures/tuple_multiple_attr/__init__.py
tests/fixtures/tuple_multiple_attr/python/__init__.py
tests/fixtures/tuple_multiple_attr/python/configMap.py
tests/fixtures/tuple_multiple_attr/python/deployment.py
tests/fixtures/tuple_multiple_attr/python/kustomization.py
tests/fixtures/tuple_multiple_attr/python/service.py
tests/fixtures/tuple_multiple_attr/reference/kustomization.yaml
tests/fixtures/tuple_multiple_attr/reference/configMap/configMap.yaml
tests/fixtures/tuple_multiple_attr/reference/deployment/deployment.yaml
tests/fixtures/tuple_multiple_attr/reference/service/service.yaml