|
|
|
|
|
by mnahkies
785 days ago
|
|
kubectl also offers the `kubectl explain someresourcekind.someproperty` command which might be a nice way to get docs / schemas for CRDs (custom resource definitions) - though you'd need your tool to essentially RAG from the cluster in question to introspect it this way which might be a bit hairy |
|
I’ll add an issue for this though since I think it could definitely improve the performance!