Merge "Fix name pattern for DockerApp"
This commit is contained in:
commit
7daaa5d0ea
@ -35,8 +35,10 @@ Forms:
|
|||||||
type: string
|
type: string
|
||||||
label: Application Name
|
label: Application Name
|
||||||
description: >-
|
description: >-
|
||||||
Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and
|
Enter a desired name for the application. Just A-Z, a-z, 0-9 and
|
||||||
underline are allowed
|
dash are allowed. Should be less than 64 characters.
|
||||||
|
maxLength: 63
|
||||||
|
regexpValidator: '^[a-zA-Z0-9]([a-zA-Z0-9-]*[a-zA-Z0-9])?$'
|
||||||
- name: host
|
- name: host
|
||||||
type:
|
type:
|
||||||
- com.mirantis.docker.kubernetes.KubernetesPod
|
- com.mirantis.docker.kubernetes.KubernetesPod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user