1
0
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:
Guangbo Chen 2018-11-10 14:17:00 +08:00 committed by Alena Prokharchyk
parent 8cf867511b
commit c641a79b5d

View File

@ -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 {