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

Added current context view #79

Merged
merged 4 commits into from
Aug 13, 2023
Merged

Added current context view #79

merged 4 commits into from
Aug 13, 2023

Conversation

eyal-solomon1
Copy link
Contributor

  • Added a small context identifier (was a bit confused on where it would be applied to)
Screenshot 2023-07-08 at 13 07 47

.DS_Store Outdated Show resolved Hide resolved
}

func getCurrentContextName() (string, error) {
var kubeConfig string = getKubeConfig()
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
var kubeConfig string = getKubeConfig()
kubeConfig := getKubeConfig()

Copy link
Owner

@sozercan sozercan left a comment

Choose a reason for hiding this comment

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

thanks! added minor comments and please address the lint errors, otherwise LGTM

@eyal-solomon1
Copy link
Contributor Author

@sozercan fixed :)

Copy link
Owner

@sozercan sozercan left a comment

Choose a reason for hiding this comment

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

Thank you! LGTM

@sozercan sozercan merged commit 808b008 into sozercan:main Aug 13, 2023
2 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.

2 participants