You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
NETIZEN-11
committed
Fix all merge conflicts and compilation errors
- Remove duplicate dependency declarations in go.mod (apply-setters v0.2.2 and krm-functions-sdk v1.0.0)
- Fix duplicate field initializations in executor_test.go hydrationContext structs
- Fix malformed if statement in runMutators function (removed unclosed if block)
- Implement setRenderConditionWithStatus function properly
- Remove redundant RenderStatus assignment in setRenderStatus function
- Remove duplicate type declarations in types.go (Status, RenderStatus, PipelineStepResult, ResultItem)
- Add Resource field to ResultItem struct (required by executor.go)
All compilation errors resolved and tests compile successfully.
0 commit comments