File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,13 +247,13 @@ func fromInvHostStatus(
247247 host .AmtStatusTimestamp = amtStatusTimestamp
248248 host .AmtDnsSuffix = amtDNSSuffix
249249
250- host .KvmStatus = ptr ( computev1 .KvmStatus (invHost .GetKvmStatus (). String () ))
251- host .CurrentKvmState = ptr ( computev1 .KvmState (invHost .GetCurrentKvmState (). String () ))
252- host .KvmSessionStatus = ptr ( invHost .GetKvmSessionStatus () )
250+ host .KvmStatus = computev1 .KvmStatus (invHost .GetKvmStatus ())
251+ host .CurrentKvmState = computev1 .KvmState (invHost .GetCurrentKvmState ())
252+ host .KvmSessionStatus = invHost .GetKvmSessionStatus ()
253253
254- host .SolStatus = ptr ( computev1 .SolStatus (invHost .GetSolStatus (). String () ))
255- host .CurrentSolState = ptr ( computev1 .SolState (invHost .GetCurrentSolState (). String () ))
256- host .SolSessionStatus = ptr ( invHost .GetSolSessionStatus () )
254+ host .SolStatus = computev1 .SolStatus (invHost .GetSolStatus ())
255+ host .CurrentSolState = computev1 .SolState (invHost .GetCurrentSolState ())
256+ host .SolSessionStatus = invHost .GetSolSessionStatus ()
257257}
258258
259259func fromInvHostEdges (
You can’t perform that action at this time.
0 commit comments