1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 05:09:10 +00:00

Merge pull request #60 from StrongMonkey/add-address

Add address
This commit is contained in:
Alena Prokharchyk
2017-12-13 16:10:33 -08:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ type MachineStatus struct {
SSHUser string `json:"sshUser,omitempty"`
SSHPrivateKey string `json:"sshPrivateKey,omitempty"`
ExtractedConfig string `json:"extractedConfig,omitempty"`
Address string `json:"address,omitempty"`
}
type MachineCondition struct {