/form-ui-schema.json Secret
Created
February 17, 2022 15:08
Monokle YAML template blog - form-ui-schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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