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

feat: Migrated kc to a kubectl plugin #1

Merged
merged 4 commits into from
Oct 7, 2024
Merged

Conversation

dploeger
Copy link
Member

@dploeger dploeger commented Oct 2, 2024

This migrates the kc code to a kubectl plugin. The idea is that this tool can then be installed using krew. The old kc can then be deprecated and ultimately replaced with the plugin and an alias.

"k8s.io/client-go/kubernetes"
)

// GetNamespaces returns all available namespaces
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is a bit superflous as the function name is explaining enough.

@dploeger dploeger merged commit eb95a2e into main Oct 7, 2024
1 check passed
@dploeger dploeger deleted the feature/dpr/kubectl-plugin branch October 8, 2024 14:09
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.

2 participants