Remove a comment.

This commit is contained in:
Avesh Agarwal
2017-07-29 10:41:16 -04:00
parent a8cd9e4999
commit b5517c121b
-1
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{},
)