Skip to content
New issue

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

refactor: replace kubectl dependency with native implementation #4

Merged
merged 2 commits into from
Feb 8, 2025

Conversation

dorian-grst
Copy link
Owner

  • Remove system dependency on kubectl
  • Implement native kubeconfig merging using kube-rs library
  • Add proper kubeconfig parsing and merging logic
  • Improve error handling for file operations
  • Split validation logic into separate functions
  • Add input validation for single config file case

Signed-off-by: Dorian Grasset [email protected]

- Remove system dependency on kubectl
- Implement native kubeconfig merging using kube-rs library
- Add proper kubeconfig parsing and merging logic
- Improve error handling for file operations
- Split validation logic into separate functions
- Add input validation for single config file case

Signed-off-by: Dorian Grasset <[email protected]>
@dorian-grst dorian-grst linked an issue Feb 8, 2025 that may be closed by this pull request
@dorian-grst dorian-grst self-assigned this Feb 8, 2025
- Remove system dependency on kubectl
- Implement native kubeconfig merging using kube-rs library
- Add proper kubeconfig parsing and merging logic
- Improve error handling for file operations
- Split validation logic into separate functions
- Add input validation for single config file case

Signed-off-by: Dorian Grasset <[email protected]>
@dorian-grst dorian-grst merged commit ea7a104 into main Feb 8, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing kubectl dependency
1 participant