1
0
mirror of https://github.com/rancher/types.git synced 2025-09-24 19:39:13 +00:00

add external id

This commit is contained in:
Daishan Peng
2017-12-20 14:04:26 -07:00
parent 9a687d27b1
commit c487c376eb

View File

@@ -77,6 +77,7 @@ type TemplateVersion struct {
}
type TemplateVersionSpec struct {
ExternalID string `json:"externalId,omitempty"`
Revision *int `json:"revision,omitempty"`
Version string `json:"version,omitempty"`
MinimumRancherVersion string `json:"minimumRancherVersion,omitempty" yaml:"minimum_rancher_version,omitempty"`