Add support for kubecrd style dataclasses for creating CRDs #315
Labels
enhancement
New feature or request
good second issue
Clearly described and reproducible, but solution less clear than "good first issue"
help wanted
Extra attention is needed
Which project are you requesting an enhancement for?
kr8s
What do you need?
The
kubecrd
project allows you to define a Custom Resource Definition (CRD) as a Python dataclass and then export the YAML.Today I noticed a project where someone is using
kubecrd
withkr8s
and they are creating a custom kr8s API object from the kubecrd dataclass.Something like this
I wonder if there is anything we could do in
kr8s
to make this more seamless?Tasks
CustomResourceDefinition
from a dataclass #456APIObject
based class from aCustomResourceDefinition
#457The text was updated successfully, but these errors were encountered: