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:
parent
9a687d27b1
commit
c487c376eb
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user