1
0
mirror of https://github.com/rancher/types.git synced 2025-07-14 21:54:03 +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
No known key found for this signature in database
GPG Key ID: 506E6C32CEE57034

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