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

Get envoy log level per pod #1844

Merged
merged 11 commits into from
Jan 27, 2023
Merged

Get envoy log level per pod #1844

merged 11 commits into from
Jan 27, 2023

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    dc0f645 View commit details
    Browse the repository at this point in the history
  2. Added initial flag parsing

    jm96441n committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0543b93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ac06e View commit details
    Browse the repository at this point in the history
  4. Add test for FetchLogLevel

    jm96441n committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    27d1488 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    98cde9b View commit details
    Browse the repository at this point in the history
  2. Added args for kubeconfig, kubecontext, and namespace, added comments,

    changed command name to `LogLevelCommand`
    jm96441n committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2dfc6c9 View commit details
    Browse the repository at this point in the history
  3. Clean up, ran linter

    jm96441n committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bcedf88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0706360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f87751 View commit details
    Browse the repository at this point in the history
  6. PR feedback, DRY-ing up some error handling logic, cleaning up

    validation, check bounds of returned slice for envoy parsing, check
    status code of response from envoy
    jm96441n committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ee55c01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7425f12 View commit details
    Browse the repository at this point in the history