Skip to content

Commit 51d7681

Browse files
committed
add flowcontrol v1 for v1.29.0
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
1 parent eeaa31c commit 51d7681

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/client/fake/client.go

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

12551255
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1beta2", Kind: "FlowSchema"},
12561256
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1beta2", Kind: "PriorityLevelConfiguration"},
1257+
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1", Kind: "FlowSchema"},
1258+
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1", Kind: "PriorityLevelConfiguration"},
12571259
}
12581260
}
12591261

0 commit comments

Comments
 (0)