1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Update component config register.go with new group name.

This commit is contained in:
Avesh Agarwal
2017-07-29 10:07:49 -04:00
parent 2a53f29f25
commit 66c1333005

View File

@@ -27,7 +27,7 @@ var (
)
// GroupName is the group name use in this package
const GroupName = "componentconfig"
const GroupName = "reschedulercomponentconfig"
// SchemeGroupVersion is group version used to register these objects
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}