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

[yaml] Add support for reading configs in YAML format #464

Merged
merged 6 commits into from
Aug 21, 2023
Merged

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    772ad30 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. [yaml] Bunch of refactoring of how config is processed.

    - Move a lot of config processing from cmd/cloudprober.go to 'config'
     package.
    - Streamline config type handling.
    - Add a lot of tests.
    manugarg committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3021305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d8aa9 View commit details
    Browse the repository at this point in the history
  3. Make configToProto private.

    manugarg committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    99135b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4376e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix the config comment

    manugarg committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7f9f227 View commit details
    Browse the repository at this point in the history