-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(swagger): agent, add definitions for cpu pinning endpoints (#4072)
* feat(swagger): agent, add cpu pinning endpoints Those endpoints will be used during restore to optionally unpin agent from cpus for its duration. * feat(cpuset): add function for checking pinned cpus This function will in the agent's endpoint getting cpus to which agent is pinned.
- Loading branch information
1 parent
8af93cf
commit d044b17
Showing
10 changed files
with
999 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 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
113 changes: 113 additions & 0 deletions
113
v3/swagger/gen/agent/client/operations/get_cpu_parameters.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
135 changes: 135 additions & 0 deletions
135
v3/swagger/gen/agent/client/operations/get_cpu_responses.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.