-
Notifications
You must be signed in to change notification settings - Fork 35
Clarify API docs about priority conflicts #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify API docs about priority conflicts #293
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-sigs-network-policy-api ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f305fd1
to
aec04c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
// If two (or more) policies with the same priority could both match a connection, | ||
// then the implementation can apply any of the matching policies to the | ||
// connection, and there is no way for the user to reliably determine which one it | ||
// will choose. Administrators must be careful about assigning the priorities for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// will choose. Administrators must be careful about assigning the priorities for | |
// will choose unless the implementation provides a way to do so. Administrators must be careful about assigning the priorities for |
Right now we say "You shouldn't do this... Here's what happens if you do", which is confusing.
Fixes #292