Skip to content

Instantly share code, notes, and snippets.

@aabedraba
Created February 17, 2022 15:08
Monokle YAML template blog - form-ui-schema.json
{
"name": {
"ui:title": "Name",
"ui:help": "The name of the Pod"
},
"namespace": {
"ui:title": "Namespace",
"ui:help": "The target namespace for the Pod",
"ui:widget": "namespaceSelection"
},
"image": {
"ui:title": "Image",
"ui:help": "The image name to use for the Pod, for example nginx-ingress:latest"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment