.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
CHANGES.rst
LICENSE
README.rst
appveyor.yml
pyproject.toml
pytest.ini
setup.cfg
setup.py
skeleton.md
tox.ini
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/configMap.yaml
tests/fixtures/attributes_as_dict/reference/deployment.yaml
tests/fixtures/attributes_as_dict/reference/kustomization.yaml
tests/fixtures/attributes_as_dict/reference/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/configMap.yaml
tests/fixtures/attrs/reference/deployment.yaml
tests/fixtures/attrs/reference/kustomization.yaml
tests/fixtures/attrs/reference/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/configMap.yaml
tests/fixtures/base_and_overlays/reference/base/deployment.yaml
tests/fixtures/base_and_overlays/reference/base/kustomization.yaml
tests/fixtures/base_and_overlays/reference/base/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/configMap.yaml
tests/fixtures/dataclasses_/reference/deployment.yaml
tests/fixtures/dataclasses_/reference/kustomization.yaml
tests/fixtures/dataclasses_/reference/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/add_init_container.yaml
tests/fixtures/patchesJson6902/reference/configMap.yaml
tests/fixtures/patchesJson6902/reference/deployment.yaml
tests/fixtures/patchesJson6902/reference/kustomization.yaml
tests/fixtures/patchesJson6902/reference/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/configMap.yaml
tests/fixtures/simple_dict/reference/deployment.yaml
tests/fixtures/simple_dict/reference/kustomization.yaml
tests/fixtures/simple_dict/reference/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/configMap.yaml
tests/fixtures/simple_dict_defaults/reference/deployment.yaml
tests/fixtures/simple_dict_defaults/reference/kustomization.yaml
tests/fixtures/simple_dict_defaults/reference/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/configMap.yaml
tests/fixtures/to_dict/reference/deployment.yaml
tests/fixtures/to_dict/reference/kustomization.yaml
tests/fixtures/to_dict/reference/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/configMap.yaml
tests/fixtures/tuple_multiple/reference/deployment.yaml
tests/fixtures/tuple_multiple/reference/kustomization.yaml
tests/fixtures/tuple_multiple/reference/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/configMap.yaml
tests/fixtures/tuple_multiple_attr/reference/deployment.yaml
tests/fixtures/tuple_multiple_attr/reference/kustomization.yaml
tests/fixtures/tuple_multiple_attr/reference/service.yaml