As part of implementing log exploration API, we would need to modify the OpenShift Console
We need to add a feature to the Pod logs page so that the user would be able to fetch historical logs.
Add a checkbox/switch to allow a user to fetch historical logs for the specific pod.
The UI should request the relevant endpoint of the log-exploration-api-server to fetch logs for the specific pod. UI can use pod labels to get the namespace and the pod name
Add a text field that would allow setting the maximum amount of log lines retrieved from the api-server.