1
0
mirror of https://github.com/rancher/types.git synced 2025-07-02 16:31:48 +00:00

add address field

This commit is contained in:
Daishan Peng 2017-12-13 16:45:17 -07:00
parent 1cdf0a5101
commit cc405d2055
No known key found for this signature in database
GPG Key ID: 506E6C32CEE57034

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 {