1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

Remove a comment.

This commit is contained in:
Avesh Agarwal
2017-07-29 10:41:16 -04:00
parent a8cd9e4999
commit b5517c121b

View File

@@ -43,7 +43,6 @@ func Resource(resource string) schema.GroupResource {
}
func addKnownTypes(scheme *runtime.Scheme) error {
// TODO this will get cleaned up with the scheme types are fixed
scheme.AddKnownTypes(SchemeGroupVersion,
&ReschedulerConfiguration{},
)