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:
parent
e019d5ae40
commit
a08c28e9d8
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user