1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 23:38:20 +00:00

add ssh user type

This commit is contained in:
Daishan Peng
2017-12-13 14:40:59 -07:00
parent e019d5ae40
commit a08c28e9d8

View File

@@ -65,6 +65,7 @@ type MachineStatus struct {
Requested v1.ResourceList `json:"requested,omitempty"`
Limits v1.ResourceList `json:"limits,omitempty"`
Provisioned bool `json:"provisioned,omitempty"`
SSHUser string `json:"sshUser,omitempty"`
SSHPrivateKey string `json:"sshPrivateKey,omitempty"`
ExtractedConfig string `json:"extractedConfig,omitempty"`
}