mirror of https://github.com/k3s-io/k3s
Address review comments
parent
f1a560718c
commit
fb0d4dbc13
|
@ -163,7 +163,7 @@ func (t *T) FillFromDetails(details *mesos.Offer) error {
|
|||
|
||||
t.Spec = Spec{
|
||||
SlaveID: details.GetSlaveId().GetValue(),
|
||||
AssignedSlave: *details.Hostname,
|
||||
AssignedSlave: details.GetHostname(),
|
||||
CPU: cpu,
|
||||
Memory: mem,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue