1
0
mirror of https://github.com/rancher/types.git synced 2025-07-31 04:49:37 +00:00

add refresh timestamp

This commit is contained in:
Daishan Peng 2017-12-16 00:47:12 -07:00 committed by Darren Shepherd
parent dd15a68660
commit 20c4b098ff

View File

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