.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pr.yaml
.github/workflows/pypi-publish.yaml
kube_custom_resource/__init__.py
kube_custom_resource/custom_resource.py
kube_custom_resource/generate.py
kube_custom_resource/registry.py
kube_custom_resource/schema.py
kube_custom_resource.egg-info/PKG-INFO
kube_custom_resource.egg-info/SOURCES.txt
kube_custom_resource.egg-info/dependency_links.txt
kube_custom_resource.egg-info/entry_points.txt
kube_custom_resource.egg-info/not-zip-safe
kube_custom_resource.egg-info/requires.txt
kube_custom_resource.egg-info/top_level.txt
tests/test_schema_generation.py
tests/test_validation.py
tests/models/__init__.py
tests/models/v1alpha1/__init__.py
tests/models/v1alpha1/car.py
tests/models/v1alpha1/manufacturer.py