mirror of
https://github.com/rancher/types.git
synced 2025-06-27 22:16:48 +00:00
added private catalog types
This commit is contained in:
parent
8cf867511b
commit
c641a79b5d
@ -24,6 +24,8 @@ type CatalogSpec struct {
|
||||
URL string `json:"url,omitempty" norman:"required"`
|
||||
Branch string `json:"branch,omitempty"`
|
||||
CatalogKind string `json:"catalogKind,omitempty"`
|
||||
Username string `json:"username,omitempty"`
|
||||
Password string `json:"password,omitempty" norman:"type=password"`
|
||||
}
|
||||
|
||||
type CatalogStatus struct {
|
||||
|
Loading…
Reference in New Issue
Block a user