1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 12:48:45 +00:00
This commit is contained in:
Daishan Peng
2017-12-15 11:51:57 -07:00
parent a2625e8dc8
commit d0a67079b7

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