-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.
Description
Code 202 means "The request has been accepted for processing, but the processing has not been completed".
In k8s, the DELETE operation is asynchronous in two cases: 1. a graceful deletion of pod. 2. the object has pending finalizers. In both cases the object remains in the key-value store after the API server responds. The API server should return 202 in such cases. I haven't evaluated if such a change is backward compatible.
Metadata
Metadata
Assignees
Labels
priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.