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: reconcilerio/runtime Loading
base: main
Choose a base ref
...
head repository: reconcilerio/runtime Loading
compare: v0.8.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 24, 2022

  1. Use p.GoString when searching unstructured suffixes (#286)

    Co-authored-by: Rasheed Abdul-Aziz <[email protected]>
    2 people authored and scothis committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cc79bdc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Support Unstructured resources with ResourceReconciler (#288)

    Updating status based on SubReconciler mutations is now supported. Other
    operations that require knowledge of the status are not supported, like:
    - initializing conditions
    - updating observed generation version
    - normalizing lastTransitionTime condition timestamps
    
    Signed-off-by: Scott Andrews <[email protected]>
    scothis committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9bec0bf View commit details
    Browse the repository at this point in the history
Loading