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

Support complex enums in CRDs #779

Merged
merged 8 commits into from
Jan 15, 2022

Commits on Jan 13, 2022

  1. Support complex enums in CRDs

    See GREsau/schemars#84
    
    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5e123ca View commit details
    Browse the repository at this point in the history
  2. Changelog

    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    04111ac View commit details
    Browse the repository at this point in the history
  3. Add complex enum to derive snapshot test

    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    188b0df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53e4dad View commit details
    Browse the repository at this point in the history
  5. Update kube-core/src/lib.rs

    Co-authored-by: kazk <kazk.dev@gmail.com>
    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr and kazk committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c46c596 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Update kube-core/src/schema.rs

    Co-authored-by: Eirik A <sszynrae@gmail.com>
    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr and clux committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c46a6a7 View commit details
    Browse the repository at this point in the history
  2. Use type link rather than URL

    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b121514 View commit details
    Browse the repository at this point in the history
  3. Document structural enum constraints

    Signed-off-by: Teo Klestrup Röijezon <teo@nullable.se>
    nightkr committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    08974cc View commit details
    Browse the repository at this point in the history