kubernetes-client / kubernetes-client/javascript

CustomObjectsApi.deleteCollectionNamespacedCustomObject does not support several OpenAPI query parameters

Đang mở
#1,778 7 bình luận 0 reaction 1 người được giao Được @ArpanSolanki29 nhận Xem trên GitHub
good first issue
Ngôn ngữ chính
TypeScript
Star
2.3k
Fork
568
Merge trung bình
17 giờ 57 phút
Pull request đã merge (30 ngày)
41

Mô tả

**Describe the bug**
The OpenAPI specification generated for CRDs declares verb `delete` on the path `/apis/{group}/{version}/namespaces/{namespace}/{plural}`.

However, the `CustomObjectsApi.deleteCollectionNamespacedCustomObject` does not support several of those query parameters; `allowWatchBookmarks, continue, fieldSelector, labelSelector, limit, resourceVersion, resourceVersionMatch, timeoutSeconds & watch`

** Client Version **
`0.20.0` (although the same is still true in HEAD of the master branch)

** Server Version **
e.g. `1.19.1`

**To Reproduce**
Use the API!

**Expected behavior**
The missing parameters could be classified into groups:

- filtering: `fieldSelector, labelSelector, limit, resourceVersion, resourceVersionMatch`
- watching: `allowWatchBookmarks, continue, timeoutSeconds, watch`

Supporting the filtering parameters would be the minimal fix that I would expect.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.