Add job record cache between different session, convenient scheduling plug-in extension
What would you like to be added:
Can volcano-scheduler add job record cache between different session, convenient scheduling plug-in extension. Custom caching position can be in api.JobInfo.
Why is this needed:
Like NodeInfo struct in volcano-scheduler, it has a cache between different session. So that volcano-scheduler plugin can provide customized modification。
type NodeInfo struct {
Name string
Node *v1.Node
...
// Used to store custom information
Others map[string]interface{}
GPUDevices map[int]*GPUDevice
...
}
It's handle by plugin to have a global variables :)
Hello 👋 Looks like there was no activity on this issue for last 90 days. Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗 If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).
Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! 🤗