Skip to content

filtering by labels in list view #41

@illume

Description

@illume

People put labels on things, and it would be good to use the labels.

Describe the solution you'd like

filtering with labels.

  • filtering by labels in list view

What users will benefit from this feature?

All the people who use labels. I think lots of people use labels (most?).

Additional context

Similar to kubectl (see here for reference).

For example, here's a manifest for a Pod that has two labels environment: production and app: nginx:

apiVersion: v1
kind: Pod
metadata:
  name: label-demo
  labels:
    environment: production
    app: nginx
spec:
  containers:
  - name: nginx
    image: nginx:1.14.2
    ports:
    - containerPort: 80

kubectl get pods -l environment=production

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions