https://github.com/fischerscode/crdvisualizer
A tool for browsing complicated kubernetes CustomResourceDefinitions.
https://github.com/fischerscode/crdvisualizer
crdvisualizer customresourcedefinition customresourcedefinitions kubernetes productivity tools visualization visualization-tools visualizer
Last synced: about 1 month ago
JSON representation
A tool for browsing complicated kubernetes CustomResourceDefinitions.
- Host: GitHub
- URL: https://github.com/fischerscode/crdvisualizer
- Owner: fischerscode
- License: agpl-3.0
- Created: 2021-09-18T00:16:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T15:46:38.000Z (over 4 years ago)
- Last Synced: 2025-09-25T23:43:13.556Z (6 months ago)
- Topics: crdvisualizer, customresourcedefinition, customresourcedefinitions, kubernetes, productivity, tools, visualization, visualization-tools, visualizer
- Language: Dart
- Homepage:
- Size: 2.71 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://fischerscode.github.io/crdVisualizer/)
# crdVisualizer
A tool for browsing complicated kubernetes CustomResourceDefinitions.
## About
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.
## Getting Started
[Click here](https://fischerscode.github.io/crdVisualizer/) 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.
## Limitations
- Currently only `apiextensions.k8s.io/v1` is supported.
- not implemented/shown: `additionalProperties` with `type: array`, `anyOf`, `x-kubernetes-int-or-string`, `required`, `served`, `storage`, `listKind`, `plural`, `singular`, `scope`