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:
parent
2971d84e13
commit
1b3e8393c7
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user