deis / deis/workflow-manager-api
suggestion: enable simple "cluster age" queries
- Dominant language
- Go
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Our current API accepts "cluster age" filter criteria as follows:
- created before a certain date
- created after a certain date
- checked in before a certain date
- checked in after a certain date
From a convenience standpoint, it would be nice to enable just one, or two, or three of those from the API consumer (more closely matching a human semantic expression), e.g., "clusters that have checked in since last week". This will require either overloading the existing "cluster age" API interface to allow the ommission of certain filter inputs, or to create novel API interfaces for simpler requests.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.