Skip to content

Commit

Permalink
Merge pull request #640 from tkashem/apf-v1
Browse files Browse the repository at this point in the history
OCPBUGS-22969: Use v1 for flowcontrol API
  • Loading branch information
openshift-merge-bot[bot] committed Apr 16, 2024
2 parents 5994327 + c23bb09 commit 0d8e15c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/09_flowschema.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1beta3
apiVersion: flowcontrol.apiserver.k8s.io/v1
kind: FlowSchema
metadata:
name: openshift-oauth-apiserver-sar
Expand Down Expand Up @@ -38,7 +38,7 @@ spec:
name: oauth-apiserver-sa
namespace: openshift-oauth-apiserver
---
apiVersion: flowcontrol.apiserver.k8s.io/v1beta3
apiVersion: flowcontrol.apiserver.k8s.io/v1
kind: FlowSchema
metadata:
name: openshift-oauth-apiserver
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
name: oauth-apiserver-sa
namespace: openshift-oauth-apiserver
---
apiVersion: flowcontrol.apiserver.k8s.io/v1beta3
apiVersion: flowcontrol.apiserver.k8s.io/v1
kind: FlowSchema
metadata:
name: openshift-authentication-operator
Expand Down

0 comments on commit 0d8e15c

Please sign in to comment.