mayadata-io / mayadata-io/d-operators
feat: get required fields from a resource
Open
Nobody has claimed this yet.
get
- Dominant language
- Go
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
ProblemStatement: As a SRE admin, I want to fetch required fields from a particular resource. For example, I want to fetch spec.replicas from the Deployment abc running in def namespace.
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 locating the controller or resource-access entry point that handles Kubernetes resources; the issue provides no file or test path. Use the Deployment abc in namespace def and its spec.replicas field as the example, and define done as successfully fetching that required field from the selected resource.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- backend, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100