We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shouldn't throw SpaceNotFoundException if cluster not found.
[0] [LENS-SPACES-EXTENSION]: error update space hchen-2 cluster mydevcluster; phase running; provisioned: false SpaceNotFoundException [Error]: Couldn't find space "hchen-2" [0] at new NotFoundException (webpack:///./node_modules/lens-platform-sdk/dist/cjs/exceptions/common.exceptions.js?:20:9) [0] at new SpaceNotFoundException (webpack:///./node_modules/lens-platform-sdk/dist/cjs/exceptions/space.exceptions.js?:7:9) [0] at 404 (webpack:///./node_modules/lens-platform-sdk/dist/cjs/SpaceService.js?:230:45) [0] at throwExpected (webpack:///./node_modules/lens-platform-sdk/dist/cjs/exceptions/utils.js?:69:19) [0] at runMicrotasks (<anonymous>) [0] at processTicksAndRejections (internal/process/task_queues.js:93:5) [0] at async SpaceService.updateOneCluster (webpack:///./node_modules/lens-platform-sdk/dist/cjs/SpaceService.js?:228:22) [0] at async updateDevCluster (webpack:///./src/helper/devCluster/updateDevCluster.ts?:10:5) [0] at async CatalogSyncer.value [as updateSpaceClusterPhase] (webpack:///./src/CatalogSyncer.ts?:179:21) [0] at async Object.modified (webpack:///./src/CatalogSyncer.ts?:677:25) { [0] errorCode: 404, [0] rawException: undefined [0] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Shouldn't throw SpaceNotFoundException if cluster not found.
The text was updated successfully, but these errors were encountered: