liquidmetal-dev / liquidmetal-dev/cluster-api-provider-microvm
Check for duplicate ids in admission webhook
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 157
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Describe the solution you'd like:
In the validating admission webhook for the machine check that we don't have duplicate identifiers for the volumes and network interfaces.
Why do you want this feature:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
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 at the validating admission webhook for the machine resource and trace its existing validation path. Add checks for duplicate identifiers among volumes and network interfaces, with tests showing that duplicates are rejected and unique identifiers remain valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100