manirajv06 opened a new pull request, #1039: URL: https://github.com/apache/yunikorn-k8shim/pull/1039
### What is this PR for? K8s 1.36.1 API changes in Shim Updated Go version to 1.26.0 in go.mod Used Informers `AddEventHandlersWithResyncPeriod` instead of `AddEventHandler` (without "resyncPeriod" option) as we were passing '0' which doesn't have any effect on resync process anyway Used Streaming K8s API instead of API Machinery as it was deprecated Used component-helpers utils instead of resource helper as it was deprecated Refactored existing unit test mocks ### What type of PR is it? * [ ] - Improvement ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/YUNIKORN-3295 ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * [ ] - The licenses files need update. * [ ] - There is breaking changes for older versions. * [ ] - It needs documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
