A tool for browsing complicated kubernetes CustomResourceDefinitions.
I've been sick of searching the deploy files of kubernetes CustomResourceDefinitions while creating CustomResources. As I could not find a GUI or visualization tool, I've decided to create my own.
Click here to give it a try.
Using it should be pretty simple. Just paste your yaml file in there and click "LOAD" at the bottom.
A new page should open and show you the most important information for creating a CustomResource. Inserting multiple yaml documents separated by --- works, too.
- Currently only
apiextensions.k8s.io/v1is supported. - not implemented/shown:
additionalPropertieswithtype: array,anyOf,x-kubernetes-int-or-string,required,served,storage,listKind,plural,singular,scope