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

mockkubeapiserver: Support stringData when creating a secret #383

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2024

  1. Check in go.work / go.work.sum

    The developer experience of working without go.work is pretty bad - we
    have to break changes into lots of PRs.  We're going to try checking
    in go.work instead.
    justinsb committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dc6d6ba View commit details
    Browse the repository at this point in the history
  2. mockkubeapiserver: Support stringData when creating a secret

    This is an edge case in the kube apiserver, but there is special
    handling for the stringData field of a secret, that is mapped to
    base64 data.
    
    Co-authored-by: Tomas Aschan <1550920+tomasaschan@users.noreply.github.com>
    justinsb and tomasaschan committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f504964 View commit details
    Browse the repository at this point in the history
  3. tests: format golden output as multi-line JSON

    Not (yet) applying this everywhere to keep the changes reasonable, but
    for our new tests it is much easier to read.
    justinsb committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    af3d5b1 View commit details
    Browse the repository at this point in the history
  4. chore: Refactor test helpers into reusable ktest library

    This avoids a circular (module) dependency between mockkubeapiserver
    and kdp itself.
    justinsb committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6effc6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    683da1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    789d99c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82a46e7 View commit details
    Browse the repository at this point in the history