kubekey/pkg/proxy/internal
liujian 204fb6c525
refactor: replace custom decode function with runtime.DecodeInto for improved error handling in fileStorage (#2822)
- Updated Create, Get, and GuaranteedUpdate methods to use runtime.DecodeInto instead of a custom decode function.
- Enhanced error messages for better debugging.
- Commented out the old decode function for potential future reference.

Signed-off-by: redscholar <blacktiledhouse@gmail.com>
2025-10-24 14:35:23 +08:00
..
file_storage.go refactor: replace custom decode function with runtime.DecodeInto for improved error handling in fileStorage (#2822) 2025-10-24 14:35:23 +08:00
rest_option.go fix: Remove the error stack from the intermediate layer. (#2521) 2025-04-01 17:13:48 +08:00
watcher.go fix: playbook delete is error (#2654) 2025-07-10 14:04:24 +08:00