mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
update PodSpec.Host to PodSpec.NodeName in /pkg/api/types.go and /pkg/api/v1beta3/types.go
This commit is contained in:
@@ -263,7 +263,7 @@ func testPDPod(diskName, targetHost string, readOnly bool) *api.Pod {
|
||||
},
|
||||
},
|
||||
},
|
||||
Host: targetHost,
|
||||
NodeName: targetHost,
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user