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

Add a kubectl like example #885

Merged
merged 19 commits into from
May 3, 2022
Merged

Add a kubectl like example #885

merged 19 commits into from
May 3, 2022

Commits on Apr 18, 2022

  1. Add a kubectl like example

    For #884
    
    finding lots of little api snags that can be improved.
    
    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5cf5915 View commit details
    Browse the repository at this point in the history
  2. better arg parse, support output formats

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    170111d View commit details
    Browse the repository at this point in the history
  3. support custom listparams from args

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5d981a8 View commit details
    Browse the repository at this point in the history
  4. implement delete, selectors and namespaces

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    502d996 View commit details
    Browse the repository at this point in the history
  5. support await_condition for single delete case

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d86b102 View commit details
    Browse the repository at this point in the history
  6. watch + age format

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    92ad4a4 View commit details
    Browse the repository at this point in the history
  7. cleanup and call it done

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    fcd2e53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff0c3a3 View commit details
    Browse the repository at this point in the history
  9. some more docs

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    af26090 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    237a8e0 View commit details
    Browse the repository at this point in the history
  2. Resolve the API resource through a linear scan rather than building up a

    single-use index
    
    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr authored and clux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    ef6e286 View commit details
    Browse the repository at this point in the history
  3. Allow users to override RUST_LOG

    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr authored and clux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    146b6ef View commit details
    Browse the repository at this point in the history
  4. Used typed argument parsing

    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr authored and clux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    e9a9f50 View commit details
    Browse the repository at this point in the history
  5. Migrate from log to tracing

    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr authored and clux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    b57381d View commit details
    Browse the repository at this point in the history
  6. Remove useless RUST_LOG defaulting

    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr authored and clux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    5b145e1 View commit details
    Browse the repository at this point in the history
  7. maintain old api creation system

    kubectl actually gives preference to --all over -n
    so they can technically be used together
    
    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    f88e1ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c83633d View commit details
    Browse the repository at this point in the history
  9. swap out env_logger and log for tracing

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    db29c57 View commit details
    Browse the repository at this point in the history
  10. comment on sorting

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed May 3, 2022
    Configuration menu
    Copy the full SHA
    89f3e62 View commit details
    Browse the repository at this point in the history