generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 621
Closed
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.release-blockerMUST be completed to complete the milestoneMUST be completed to complete the milestone
Milestone
Description
Currently the webhook and CEL validation consider the following valid:
- name: "foo"
sectionName: "bar"
- name: "foo"
port: 80I personally don't think these should be considered unique and instead we should only consider parentRefs unique if:
- They both specify different section names
OR - They both specify different port numbers
Since the port field in parentRef is still experimental, we still have a window to tighten this validation if we want to.
Thanks to @gauravkghildiyal for catching this in #2320!
youngnick and shaneutt
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.release-blockerMUST be completed to complete the milestoneMUST be completed to complete the milestone