diff --git a/pkg/api/v1alpha1/register.go b/pkg/api/v1alpha1/register.go index 3044f00d2..2fe2ddc9e 100644 --- a/pkg/api/v1alpha1/register.go +++ b/pkg/api/v1alpha1/register.go @@ -27,7 +27,7 @@ var ( AddToScheme = SchemeBuilder.AddToScheme ) -// GroupName is the group name use in this package +// GroupName is the group name used in this package const GroupName = "rescheduler" const GroupVersion = "v1alpha1"