1
0
mirror of https://github.com/rancher/types.git synced 2025-07-01 16:01:49 +00:00
This commit is contained in:
Daishan Peng 2017-12-15 11:51:57 -07:00
parent a2625e8dc8
commit d0a67079b7
No known key found for this signature in database
GPG Key ID: 506E6C32CEE57034

View File

@ -91,6 +91,7 @@ type MachineSpec struct {
MachineTemplateName string `json:"machineTemplateName" norman:"type=reference[machineTemplate]"`
Description string `json:"description"`
Driver string `json:"driver"`
Role string `json:"role"`
MachineCommonParams `json:",inline"`
AmazonEC2Config AmazonEC2Config `json:"amazonEc2Config"`