Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.2
Choose a base ref
...
head repository: kubernetes/code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.3
Choose a head ref
  • 7 commits
  • 27 files changed
  • 3 contributors

Commits on Dec 19, 2024

  1. Add missing imports in register-gen

    Due to a recent change in k8s.io/gengo/v2, the register-gen is
    missing 2 imports.The imports were previously auto inserted during
    the code generation by k8s.io/gengo/v2.
    Now, instead, they are directly imported by the register-gen.
    
    An output_tests has been added to register-gen. This generates an
    example, which would have been invalid with these changes.
    
    Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>
    
    Kubernetes-commit: c05e46c1630ba95636faa6036faa45f4b25e4d35
    LionelJouin authored and k8s-publishing-bot committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c10d89f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Add codegen::register to hack/update-codegen.sh

    Co-authored-by: Joe Betz <jpbetz@google.com>
    Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>
    
    Kubernetes-commit: 5fa72a8c1db08e7b43bd29202c3c4d25b6d33bc6
    LionelJouin authored and k8s-publishing-bot committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    ac1ddf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. add simpletype pkg in v1 for register-gen test

    Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>
    
    Kubernetes-commit: 6ad91995281edbb885ec0eecb40a68ff9b3f6f6e
    LionelJouin authored and k8s-publishing-bot committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    2a1ff8d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Generate register files for all examples

    (cherry picked from commit b365634a0d0b2456e918729a9e4b1a4950902dc9)
    
    Kubernetes-commit: 849aa0858f349d16af9b7f7f1e7b17d97e3cb017
    mrIncompetent authored and k8s-publishing-bot committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    3e0bb0e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. fix copyright year

    Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>
    
    Kubernetes-commit: 1c07a39847017ca01033662146269cef9a3cdb15
    LionelJouin authored and k8s-publishing-bot committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    aec3eb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Merge pull request #130392 from mrIncompetent/automated-cherry-pick-o…

    …f-#129307-upstream-release-1.32
    
    Automated cherry pick of #129307: Add missing imports in register-gen
    
    Kubernetes-commit: 53a53b7f62cf6ae9b674f4b7a2a9f01a9042f55a
    k8s-publishing-bot committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    d586791 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    35975e5 View commit details
    Browse the repository at this point in the history
Loading