-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: remove thiserror (add module-scoped errors with the help of `…
…snafu`) (#761) * remove deprecated exports * refactor: remove thiserror * move error enum to below the Result type-alias * update changelog * use managed_by_labels variable in pdb builder * reorder imports * don't match on metadata * replace map_err with context and remove Box from the error source * remove Ok(..)? * tidy up kube client construction * use proper resource kinds in error * use String Debug impl in error message * rename error variants * upgrade change to breaking * Apply suggestions Co-authored-by: Techassi <[email protected]> * replace map_err with context * remove associated error type * simplify error message * non-java error variants * return Snafu fail() * Apply suggestions Co-authored-by: Techassi <[email protected]> --------- Co-authored-by: Techassi <[email protected]>
- Loading branch information
1 parent
92eb42d
commit 51e7e1c
Showing
34 changed files
with
765 additions
and
602 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
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
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
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
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
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
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
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.