diff --git a/apis/management.cattle.io/v3/catalog_types.go b/apis/management.cattle.io/v3/catalog_types.go index 9d16d369..98a39722 100644 --- a/apis/management.cattle.io/v3/catalog_types.go +++ b/apis/management.cattle.io/v3/catalog_types.go @@ -22,7 +22,8 @@ type CatalogSpec struct { } type CatalogStatus struct { - Commit string `json:"commit,omitempty"` + LastRefreshTimestamp string `json:"lastRefreshTimestamp,omitempty"` + Commit string `json:"commit,omitempty"` } type Template struct {