1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 23:08:25 +00:00

add address field

This commit is contained in:
Daishan Peng
2017-12-13 16:45:17 -07:00
parent 1cdf0a5101
commit cc405d2055

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 {