Skip to content

Commit c81e7d9

Browse files
committed
change flowcontrol to v1 for v1.29.0
Signed-off-by: Troy Connor <[email protected]>
1 parent eeaa31c commit c81e7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/client/fake/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,8 +1252,8 @@ func inTreeResourcesWithStatus() []schema.GroupVersionKind {
12521252

12531253
{Group: "apiextensions.k8s.io", Version: "v1", Kind: "CustomResourceDefinition"},
12541254

1255-
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1beta2", Kind: "FlowSchema"},
1256-
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1beta2", Kind: "PriorityLevelConfiguration"},
1255+
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1", Kind: "FlowSchema"},
1256+
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1", Kind: "PriorityLevelConfiguration"},
12571257
}
12581258
}
12591259

0 commit comments

Comments
 (0)