Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #68 from adnxn/fix-v1alpha2-version
Browse files Browse the repository at this point in the history
metrics: fix register version
  • Loading branch information
grampelberg authored Apr 15, 2020
2 parents db6f055 + 3e2f360 commit c8c381c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/metrics/v1alpha2/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// the name of the group and the version of the API
var SchemeGroupVersion = schema.GroupVersion{
Group: metrics.GroupName,
Version: "v1alpha1",
Version: "v1alpha2",
}

// Kind takes an unqualified kind and returns back a Group qualified GroupKind
Expand Down

0 comments on commit c8c381c

Please sign in to comment.