1
0
mirror of https://github.com/rancher/types.git synced 2025-07-31 04:49:37 +00:00

add download url as required

This commit is contained in:
Daishan Peng 2018-02-08 10:06:50 -07:00 committed by Darren Shepherd
parent 509188b263
commit 8b1f95f33a

View File

@ -182,7 +182,7 @@ type MachineDriverCondition struct {
type MachineDriverSpec struct {
DisplayName string `json:"displayName"`
Description string `json:"description"`
URL string `json:"url"`
URL string `json:"url" norman:"required"`
ExternalID string `json:"externalId"`
Builtin bool `json:"builtin"`
Active bool `json:"active"`