kubernetes-client / kubernetes-client/javascript

CustomObjectsApi.deleteCollectionNamespacedCustomObject does not support several OpenAPI query parameters

Ouverte
#1,778 7 commentaires 0 réactions 1 personne assignée Réclamée par @ArpanSolanki29 Voir sur GitHub
good first issue
Langage dominant
TypeScript
Étoiles
2.3k
Forks
568
Merge moyen
17 h 57 min
PR mergées (30 j)
41

Description

**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.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.