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 separate cluster for configured kiali instance #6927

Merged
merged 7 commits into from
Jan 4, 2024

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    806aaca View commit details
    Browse the repository at this point in the history
  2. Add inline yaml tag

    nrfox committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d1f61b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e5e98d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Rebase fixes

    nrfox committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    c9ec68e View commit details
    Browse the repository at this point in the history
  2. Remove newlines from log lines

    nrfox committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    23af738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1dd7b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Use config.Marshal/Unmarshal

    Using config.Unmarshal will apply defaults to the config which is necessary since the config struct doesn't marshal/unmarshal properly without the defaults applied.
    nrfox committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c74fcda View commit details
    Browse the repository at this point in the history