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

add catalog url as required

This commit is contained in:
Daishan Peng 2018-02-27 10:41:27 -07:00 committed by Darren Shepherd
parent 2971d84e13
commit 1b3e8393c7

View File

@ -19,7 +19,7 @@ type Catalog struct {
type CatalogSpec struct {
Description string `json:"description"`
URL string `json:"url,omitempty"`
URL string `json:"url,omitempty" norman:"required"`
Branch string `json:"branch,omitempty"`
CatalogKind string `json:"catalogKind,omitempty"`
}