kubernetes-client/python

custom objects API should support label selectors for delete collection methods

Open

#1,957 opened on Nov 23, 2022

View on GitHub
 (7 comments) (0 reactions) (1 assignee)Python (3,323 forks)batch import
help wantedkind/feature

Repository metrics

Stars
 (6,225 stars)
PR merge metrics
 (Avg merge 10d 3h) (2 merged PRs in 30d)

Description

What is the feature and why do you need it: I would like to be able to delete custom objects using a label selector.

Describe the solution you'd like to see: Support the label_selector kwarg in delete methods

Contributor guide