mayadata-io / mayadata-io/d-operators

feat: get required fields from a list of resources belonging to same Kind

Open
#156 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

list
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 all resources belonging to the same Kind. For example, I want to fetch spec.replicas from all Deployments with labels my-app: nginx and running in ent namespace.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the controller or resource-query handling for Kubernetes resources, then trace how a Kind, label selector, namespace, and field could be represented. Done should mean fetching the requested field from all matching resources of the same Kind, including the Deployment example.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.