-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat: Support DRA Admin Access #8063
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
Open
MenD32
wants to merge
25
commits into
kubernetes:master
Choose a base branch
from
MenD32:feat/dra-admin-access
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+141
−9
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d2d21f4
feat: Support DRA Admin Access
MenD32 e7b9ad4
tests: added utilization test for adminaccess resourceclaims
MenD32 76ca2c9
fix: ran gofmt
MenD32 05dcfc6
fix: false positives on SanitizedPodResourceClaims
MenD32 a389604
fix: non admin results get removed from resourceclaim when requests i…
MenD32 bece2b0
feat: Support DRA Admin Access
MenD32 31237c6
refactor: moved device filtering to groupAllocatedDevices
MenD32 e9265d9
Merge branch 'master' into feat/dra-admin-access
MenD32 371713f
feat: Support DRA Admin Access
MenD32 3532049
tests: added utilization test for adminaccess resourceclaims
MenD32 ce2b874
fix: ran gofmt
MenD32 a99a709
fix: false positives on SanitizedPodResourceClaims
MenD32 a363619
fix: non admin results get removed from resourceclaim when requests i…
MenD32 6dd2644
feat: Support DRA Admin Access
MenD32 2cb70c1
refactor: moved device filtering to groupAllocatedDevices
MenD32 43462fa
tests: added test of combined admin access and non-admin access utili…
MenD32 13f7199
tests: added test for admin access request sanitization
MenD32 38083af
tests: added test for admin access request sanitization
MenD32 d846fd2
Merge branch 'master' into feat/dra-admin-access
MenD32 63c63ee
fix: removed ClaimWithoutAdminAccessRequests sanitization
MenD32 eee7143
Merge branch 'master' into feat/dra-admin-access
MenD32 57805ff
chore: migrated to v1
MenD32 fb24953
fix: changed methodology to using ptr.Deref
MenD32 3a4e76a
fix: changed methodology to using ptr.Deref
MenD32 141158d
removed allocation status check from getDeviceResultRequest
MenD32 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could you add a test case with both kinds of claims together?
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.
yep