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 support for untagged enums in CRDs #1028

Merged
merged 13 commits into from Oct 7, 2022

Commits on Sep 26, 2022

  1. Add support for untagged enums in CRDs

    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer committed Sep 26, 2022
    Copy the full SHA
    440f60b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Copy the full SHA
    ff57eb5 View commit details
    Browse the repository at this point in the history
  2. Refactor out to fn convert_to_structural

    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer committed Sep 27, 2022
    Copy the full SHA
    e1d5406 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8edddb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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

    Co-authored-by: Teo Klestrup Röijezon <teo@nullable.se>
    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer and nightkr committed Sep 28, 2022
    Copy the full SHA
    2d530dc View commit details
    Browse the repository at this point in the history
  2. Update kube-core/src/schema.rs

    Co-authored-by: Teo Klestrup Röijezon <teo@nullable.se>
    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer and nightkr committed Sep 28, 2022
    Copy the full SHA
    5375c30 View commit details
    Browse the repository at this point in the history
  3. Update kube-core/src/schema.rs

    Co-authored-by: Teo Klestrup Röijezon <teo@nullable.se>
    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer and nightkr committed Sep 28, 2022
    Copy the full SHA
    3e1c94b View commit details
    Browse the repository at this point in the history
  4. Update kube-core/src/schema.rs

    Co-authored-by: Teo Klestrup Röijezon <teo@nullable.se>
    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer and nightkr committed Sep 28, 2022
    Copy the full SHA
    1467dd4 View commit details
    Browse the repository at this point in the history
  5. Move allow_repeated_property to allow_if_equal

    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer committed Sep 28, 2022
    Copy the full SHA
    7ddae51 View commit details
    Browse the repository at this point in the history
  6. trigger checks

    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer committed Sep 28, 2022
    Copy the full SHA
    211b156 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Don't mention enums in panic message

    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer committed Oct 3, 2022
    Copy the full SHA
    9840511 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Remove allow_if_equal flag

    Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
    sbernauer committed Oct 7, 2022
    Copy the full SHA
    7d6ee75 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9ad4b36 View commit details
    Browse the repository at this point in the history