Skip to content

Commit 1b80b96

Browse files
authored
Merge pull request #2623 from troy0820/troy0820/remove-flowcontrol-api
✨Add flowcontrol api v1 for Kubernetes v1.29.0
2 parents 4c4a90c + 51d7681 commit 1b80b96

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)