You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRDs in the cluster can have an attached JSON-Schema.
If the CRD is from some other project, working with it using k8s requires that you define a Model in your own code.
It would be very useful if k8s had a generator that could create the Model from a JSON-Schema, which you could use in such projects.
The same generator could with some small adjustments be used to generate models from the standard Kubernetes API, replacing our hand crafted models.
The text was updated successfully, but these errors were encountered:
CRDs in the cluster can have an attached JSON-Schema.
If the CRD is from some other project, working with it using k8s requires that you define a
Model
in your own code.It would be very useful if k8s had a generator that could create the
Model
from a JSON-Schema, which you could use in such projects.The same generator could with some small adjustments be used to generate models from the standard Kubernetes API, replacing our hand crafted models.
The text was updated successfully, but these errors were encountered: