Skip to content

Commit

Permalink
Merge pull request #2623 from troy0820/troy0820/remove-flowcontrol-api
Browse files Browse the repository at this point in the history
✨Add flowcontrol api v1 for Kubernetes v1.29.0
  • Loading branch information
k8s-ci-robot committed Dec 15, 2023
2 parents 4c4a90c + 51d7681 commit 1b80b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/client/fake/client.go
Expand Up @@ -1254,6 +1254,8 @@ func inTreeResourcesWithStatus() []schema.GroupVersionKind {

{Group: "flowcontrol.apiserver.k8s.io", Version: "v1beta2", Kind: "FlowSchema"},
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1beta2", Kind: "PriorityLevelConfiguration"},
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1", Kind: "FlowSchema"},
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1", Kind: "PriorityLevelConfiguration"},
}
}

Expand Down

0 comments on commit 1b80b96

Please sign in to comment.