ManageIQ / ManageIQ/kubeclient
Expose resource discovery information
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- Ruby
- Stars
- 426
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
We want to know if a resource is namespaced or not, but there's no way in the kubeclient API to get that directly, as all methods using this data are private / do not save namespaced information (e.g. `load_entities` only keeps kind/name).
/cc @grosser
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the private resource-discovery methods and load_entities, which currently retains only kind and name. Define how the public kubeclient API should expose whether each resource is namespaced, then verify that discovery results preserve and return this information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, ruby
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100