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:
parent
509188b263
commit
8b1f95f33a
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user