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

Set current namespace from kubeconfig by default #172

Merged
merged 4 commits into from
Jun 24, 2019

Commits on Jun 20, 2019

  1. Set current namespace from kubeconfig by default

    Currently kn command does not pick up namespace from kubeconfig but
    hardcorded default namespace.
    
    This patch fixes to get namespace from kubeconfig.
    
    Fixes #7
    nak3 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    40ff660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c90619 View commit details
    Browse the repository at this point in the history
  3. Update unit tests

    nak3 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0ce1486 View commit details
    Browse the repository at this point in the history
  4. Add nil check for ClientConfig

    nak3 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    5838a15 View commit details
    Browse the repository at this point in the history