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

Support --all-namespaces option for service and revision list #32

Merged
merged 6 commits into from Apr 9, 2019

Commits on Apr 8, 2019

  1. Support --all-namespaces option for service and revision list

    `kn {service, revision} list` does not have the all-namespaces
    options. Although it is possible to list them by `kn service list -n
    ""`(empty string), it is difficult to find such secret trick.
    
    Hence, This patch adds `--all-namespaces` option.
    nak3 committed Apr 8, 2019
    Copy the full SHA
    ccf1936 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f39cd57 View commit details
    Browse the repository at this point in the history
  3. Add AddNamespaceFlags function

    nak3 committed Apr 8, 2019
    Copy the full SHA
    10a32d5 View commit details
    Browse the repository at this point in the history
  4. Add GetNamespace func

    nak3 committed Apr 8, 2019
    Copy the full SHA
    e186c06 View commit details
    Browse the repository at this point in the history
  5. Update help message

    nak3 committed Apr 8, 2019
    Copy the full SHA
    c7d6bf6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3cad3dc View commit details
    Browse the repository at this point in the history