mirror of
https://github.com/rancher/types.git
synced 2025-08-25 15:28:24 +00:00
go generate changes
This commit is contained in:
parent
20c4b098ff
commit
0d7dfd5ead
@ -1,10 +1,12 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
CatalogStatusType = "catalogStatus"
|
||||
CatalogStatusFieldCommit = "commit"
|
||||
CatalogStatusType = "catalogStatus"
|
||||
CatalogStatusFieldCommit = "commit"
|
||||
CatalogStatusFieldLastRefreshTimestamp = "lastRefreshTimestamp"
|
||||
)
|
||||
|
||||
type CatalogStatus struct {
|
||||
Commit string `json:"commit,omitempty"`
|
||||
Commit string `json:"commit,omitempty"`
|
||||
LastRefreshTimestamp string `json:"lastRefreshTimestamp,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user