Merge pull request #3 from G-Core/v1beta3

update flowcontrol to v1beta3
This commit is contained in:
Anton Pates 2024-07-03 14:46:06 +03:00 committed by GitHub
commit 67b8c32bbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -17,3 +17,6 @@ cert-manager-webhook-example
# Make artifacts # Make artifacts
_out _out
_test _test
# if vendoring enabled
vendor/

View file

@ -115,7 +115,7 @@ metadata:
{{ include "gcore-webhook.labels" . | indent 4 }} {{ include "gcore-webhook.labels" . | indent 4 }}
rules: rules:
- apiGroups: - apiGroups:
- "flowcontrol.apiserver.k8s.io" - "flowcontrol.apiserver.k8s.io/v1beta3"
resources: resources:
- "prioritylevelconfigurations" - "prioritylevelconfigurations"
- "flowschemas" - "flowschemas"

View file

@ -121,7 +121,7 @@ metadata:
app.kubernetes.io/version: 0.1.1 app.kubernetes.io/version: 0.1.1
rules: rules:
- apiGroups: - apiGroups:
- "flowcontrol.apiserver.k8s.io" - "flowcontrol.apiserver.k8s.io/v1beta3"
resources: resources:
- "prioritylevelconfigurations" - "prioritylevelconfigurations"
- "flowschemas" - "flowschemas"