[scanner] fix: resolve build breaks from PRs #17976-#17979 and #17987#18019
Conversation
- Export helper functions from pkg/api/handlers for use in gitops sub-package - RequireAdmin, IsDemoMode, ErrNoClusterAccess, WriteSSEEvent, StreamDemoSSE - WaitWithDeadline, MaxResponseDeadline, HandleK8sError - Move MaxK8sNameLen constant to pkg/api/handlers/validation.go - Import handlers package in gitops sub-package files - Update all internal calls to use exported function names Fixes #17997 Fixes #17998 Fixes #17999 Fixes #18000 Fixes #18001 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Scanner Bot <scanner@kubestellar.io>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for kubestellarconsole canceled.
|
|
👋 Hey @kubestellar-hive[bot] — thanks for opening this PR!
This is an automated message. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
✅ Post-Merge Verification: passedCommit: |
Fixes #17997
Fixes #17998
Fixes #17999
Fixes #18000
Fixes #18001
Resolves critical build failures from gitops refactoring.
Exported helper functions from pkg/api/handlers for use in gitops sub-package.