mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +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{
|
||||
SlaveID: details.GetSlaveId().GetValue(),
|
||||
AssignedSlave: *details.Hostname,
|
||||
AssignedSlave: details.GetHostname(),
|
||||
CPU: cpu,
|
||||
Memory: mem,
|
||||
}
|
||||
|
Reference in New Issue
Block a user