mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Merge pull request #17326 from caesarxuchao/grooupVersion-lastest
Auto commit by PR queue bot
This commit is contained in:
@@ -416,7 +416,7 @@ func testPDPod(diskNames []string, targetHost string, readOnly bool, numContaine
|
||||
pod := &api.Pod{
|
||||
TypeMeta: unversioned.TypeMeta{
|
||||
Kind: "Pod",
|
||||
APIVersion: latest.GroupOrDie("").Version,
|
||||
APIVersion: latest.GroupOrDie("").GroupVersion.Version,
|
||||
},
|
||||
ObjectMeta: api.ObjectMeta{
|
||||
Name: "pd-test-" + string(util.NewUUID()),
|
||||
|
Reference in New Issue
Block a user