Skip to content
New issue

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

Notebooks 2.0 // Backend // List Workspaces API #40

Closed
ederign opened this issue Sep 3, 2024 · 3 comments
Closed

Notebooks 2.0 // Backend // List Workspaces API #40

ederign opened this issue Sep 3, 2024 · 3 comments
Assignees
Labels
area/backend area - related to backend components project/notebooks-v2 project - kubeflow notebooks v2

Comments

@ederign
Copy link
Member

ederign commented Sep 3, 2024

Implement List Workspaces Initial REST API

GET /v1/spawner/{namespace}/workspaces

{
  "workspaces": [
    {
      "name": "jupyterlab-workspace-1",
      "kind": "jupyterlab",
      "image": "jupyterlab_scipy_190",
      "config": "tiny_cpu",
      "status": "Running",
      "home_volume": "workspace-home-pvc",
      "data_volume": "/data/my-data",
      "last_activity": "1969-12-31 19:00:00 EST"
    },
    {
      "name": "jupyterlab-workspace-2",
      "kind": "jupyterlab",
      "image": "jupyterlab_scipy_190",
      "config": "tiny_cpu",
      "status": "Running",
      "home_volume": "workspace-home-pvc",
      "data_volume": "/data/my-data",
      "last_activity": "1969-12-31 19:00:00 EST"
    }
  ]
}
@github-project-automation github-project-automation bot moved this to Needs Triage in Kubeflow Notebooks Sep 3, 2024
@ederign ederign moved this from Needs Triage to In Discussion in Kubeflow Notebooks Sep 3, 2024
@thesuperzapper thesuperzapper added this to the v2.0.0-alpha.0 milestone Sep 3, 2024
@ederign
Copy link
Member Author

ederign commented Sep 3, 2024

/label project/notebooks-v2

Copy link

@ederign: The label(s) /label project/notebooks-v2 cannot be applied. These labels are supported: tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, lifecycle/needs-triage. Is this label configured under labels -> additional_labels or labels -> restricted_labels in plugin.yaml?

In response to this:

/label project/notebooks-v2

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ederign
Copy link
Member Author

ederign commented Sep 25, 2024

Closed by #60 and #61

@ederign ederign closed this as completed Sep 25, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Kubeflow Notebooks Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend area - related to backend components project/notebooks-v2 project - kubeflow notebooks v2
Projects
Development

No branches or pull requests

2 participants