1
0
mirror of https://github.com/rancher/types.git synced 2025-08-02 05:11:59 +00:00

add external id

This commit is contained in:
Daishan Peng 2017-12-20 14:04:26 -07:00
parent 9a687d27b1
commit c487c376eb
No known key found for this signature in database
GPG Key ID: 506E6C32CEE57034

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"`