We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KF1.7 EPIC
Implement the work for the KF1.7 upgrade for the jupyter-apis backend that was evaluated in #216
GET /api/namespaces/<namespace>/notebooks/<notebook_name>
GET /api/namespaces/<namespace>/notebooks/<notebook_name>/pod
GET /api/namespaces/<namespace>/notebooks/<notebook_name>/pod/<pod_name>/logs
GET /api/namespaces/<namespace>/notebooks/<notebook_name>/events
GET /api/namespaces/<namespace>/pvcs/<pvc_name>
GET /api/namespaces/<namespace>/pvcs/<pvc_name>/pods
GET /api/namespaces/<namespace>/pvcs/<pvc_name>/events
GET /api/namespaces/<namespace>/pvcs
GET /api/namespaces/<namespace>/poddefaults
The text was updated successfully, but these errors were encountered:
mathis-marcotte
No branches or pull requests
KF1.7 EPIC
Implement the work for the KF1.7 upgrade for the jupyter-apis backend that was evaluated in #216
Endpoints to add
In Jupyter component
GET /api/namespaces/<namespace>/notebooks/<notebook_name>
GET /api/namespaces/<namespace>/notebooks/<notebook_name>/pod
GET /api/namespaces/<namespace>/notebooks/<notebook_name>/pod/<pod_name>/logs
GET /api/namespaces/<namespace>/notebooks/<notebook_name>/events
In Volumes Component
GET /api/namespaces/<namespace>/pvcs/<pvc_name>
GET /api/namespaces/<namespace>/pvcs/<pvc_name>/pods
GET /api/namespaces/<namespace>/pvcs/<pvc_name>/events
Endpoints to update
GET /api/namespaces/<namespace>/pvcs
GET /api/namespaces/<namespace>/poddefaults
Other
The text was updated successfully, but these errors were encountered: