mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 06:04:02 +00:00
PodStatus Message needs to be round-trippable
This commit is contained in:
@@ -176,6 +176,7 @@ func init() {
|
||||
if err := s.Convert(&in.Info, &out.Info, 0); err != nil {
|
||||
return err
|
||||
}
|
||||
out.Message = in.Message
|
||||
out.Host = in.Host
|
||||
out.HostIP = in.HostIP
|
||||
out.PodIP = in.PodIP
|
||||
@@ -189,6 +190,7 @@ func init() {
|
||||
return err
|
||||
}
|
||||
|
||||
out.Message = in.Message
|
||||
out.Host = in.Host
|
||||
out.HostIP = in.HostIP
|
||||
out.PodIP = in.PodIP
|
||||
|
||||
Reference in New Issue
Block a user