Skip to content

Development notes

Tom Donohue edited this page Dec 12, 2020 · 2 revisions

On creating and populating forms dynamically

Possibly: https://github.com/json-editor/json-editor/

  • Supports hidden fields (options: hidden=true)
  • But I don't know how to model complex nested objects (e.g spec.template.spec.containers), without them looking ugly on-screen.

The K8s API OpenAPI spec: https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json

Clone this wiki locally