returnschema.GroupVersionKind{},fmt.Errorf("unable to locate fully qualified kind for %v: found %v when registering for %v",reflect.TypeOf(object),fqKinds,a.group.GroupVersion)
returnschema.GroupVersionKind{},false,fmt.Errorf("unable to locate fully qualified kind for %v: found %v when registering for %v",reflect.TypeOf(object),fqKinds,a.group.GroupVersion)
}
}
returnfqKindToRegister,nil
}
// restMapping returns rest mapper for the resource.
// group is guaranteed to match based on the check above