canonical / charmed-kubeflow-chisme

Shared Utilities used across Charmed Kubeflow
Apache License 2.0
1 stars 4 forks source link

feat: enable auto-generation of generic resources #29

Closed ca-scribner closed 1 year ago

ca-scribner commented 1 year ago

Exposes lightkube.load_all_yaml()'s create_resources_for_crds argument as KubernetesResourceHandler.render_manifests(create_resources_for_crds=True). This lets users of the KubernetesResourceHandler automatically generate generic resources as they load new CRDs.

ca-scribner commented 1 year ago

cc @DomFleischmann. I think this is what you need for your use case