Skip to content

Commit

Permalink
Merge pull request #494 from grzesuav/patch-2
Browse files Browse the repository at this point in the history
Change apiregistration.k8s.io to v1
  • Loading branch information
k8s-ci-robot authored Jul 7, 2022
2 parents 9008b12 + 0092075 commit 508b82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/manifests/custom-metrics-apiservice.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apiregistration.k8s.io/v1beta1
apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1beta1.custom.metrics.k8s.io
Expand All @@ -12,7 +12,7 @@ spec:
groupPriorityMinimum: 100
versionPriority: 100
---
apiVersion: apiregistration.k8s.io/v1beta1
apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1beta2.custom.metrics.k8s.io
Expand All @@ -26,7 +26,7 @@ spec:
groupPriorityMinimum: 100
versionPriority: 200
---
apiVersion: apiregistration.k8s.io/v1beta1
apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1beta1.external.metrics.k8s.io
Expand Down

0 comments on commit 508b82b

Please sign in to comment.