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-sigs/controller-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.3
Choose a base ref
...
head repository: kubernetes-sigs/controller-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.4
Choose a head ref
  • 1 commit
  • 4 files changed
  • 3 contributors

Commits on Feb 6, 2023

  1. ✨ Provide a truly lazy restmapper (#2179)

    * Provide a truly lazy restmapper
    
    This commit adds a rest mapper that will lazily query the provided
    client for discovery information to do REST mappings.
    
    * Use DynamicRESTMapperOption to enable Lazy Restmapper
    
    Instead of creating the instance of the mapper directly, we will use
    WithExperimentalLazyMapper option for Dynamic Restmapper.
    
    * Update tests for 0.14
    
    ---------
    
    Co-authored-by: Mike Fedosin <[email protected]>
    Co-authored-by: Alvaro Aleman <[email protected]>
    3 people authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b9940ed View commit details
    Browse the repository at this point in the history
Loading