-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update controller-runtime to v0.15 and k8s dep to v0.27 (#1043)
* upgrade controller-runtime version * update mod * remove deprecated poll and waitforError * replace timeout error check with context deadline check * use context error instead * try matching interval time to client-go * try using new context within PollUntilCOntextTimeout to be used with Get, revert retryInterval * correct version of common in replace after merge * remove propagated context when api client call is being made with pollUntillContextTimeoout * correct replace version after pull * update api and common * fix proxy tests * tidy * unable to replicate error locally, try getting workspace instead of application * fix proxy test * fix lint * replace k8s isForbidden error comparision to error contains for proxyclient * fix proxyPublicviewer_test * add wait for label to avoid flakiness * remove comment which is no longer valid, and update comment msg * respond to PR review comments * lint fix * Update test/e2e/user_management_test.go Co-authored-by: Alexey Kazakov <[email protected]> * update api version, operator-utils and kubectl * update versions after merge, remove replace --------- Co-authored-by: Francisc Munteanu <[email protected]> Co-authored-by: Alexey Kazakov <[email protected]>
- Loading branch information
1 parent
5af42ca
commit fcf8044
Showing
17 changed files
with
344 additions
and
319 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
Oops, something went wrong.