mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Address review comments
This commit is contained in:
@@ -163,7 +163,7 @@ func (t *T) FillFromDetails(details *mesos.Offer) error {
|
|||||||
|
|
||||||
t.Spec = Spec{
|
t.Spec = Spec{
|
||||||
SlaveID: details.GetSlaveId().GetValue(),
|
SlaveID: details.GetSlaveId().GetValue(),
|
||||||
AssignedSlave: *details.Hostname,
|
AssignedSlave: details.GetHostname(),
|
||||||
CPU: cpu,
|
CPU: cpu,
|
||||||
Memory: mem,
|
Memory: mem,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user