Merge "Fix name pattern for DockerApp"

This commit is contained in:
Jenkins 2016-10-07 12:16:40 +00:00 committed by Gerrit Code Review
commit 7daaa5d0ea

View File

@ -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