From c641a79b5d1cfec2c5127fbae8df17d36b280bf9 Mon Sep 17 00:00:00 2001 From: Guangbo Chen Date: Sat, 10 Nov 2018 14:17:00 +0800 Subject: [PATCH] added private catalog types --- apis/management.cattle.io/v3/catalog_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/management.cattle.io/v3/catalog_types.go b/apis/management.cattle.io/v3/catalog_types.go index fc5963fa..01ffbebf 100644 --- a/apis/management.cattle.io/v3/catalog_types.go +++ b/apis/management.cattle.io/v3/catalog_types.go @@ -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 {