-
Notifications
You must be signed in to change notification settings - Fork 257
Split/fn eval namespace #4444
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
base: main
Are you sure you want to change the base?
Split/fn eval namespace #4444
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||||||
| # Set default behavior to automatically normalize line endings | ||||||||
| * text=auto | ||||||||
|
Comment on lines
+1
to
+2
|
||||||||
| # Set default behavior to automatically normalize line endings | |
| * text=auto | |
| # Enforce consistent line endings for script files |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,8 +20,8 @@ stdErrStripLines: | |
| - " \"WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested\"" | ||
|
|
||
| stdErr: | | ||
| [RUNNING] "ghcr.io/kptdev/krm-functions-catalog/set-namespace:v0.2.0" | ||
| [PASS] "ghcr.io/kptdev/krm-functions-catalog/set-namespace:v0.2.0" in 0s | ||
| [RUNNING] "ghcr.io/kptdev/krm-functions-catalog/set-namespace:latest" | ||
| [PASS] "ghcr.io/kptdev/krm-functions-catalog/set-namespace:latest" in 0s | ||
| [RUNNING] "ghcr.io/kptdev/krm-functions-catalog/set-annotations:latest" | ||
| [PASS] "ghcr.io/kptdev/krm-functions-catalog/set-annotations:latest" in 0s | ||
| [Results]: [info] metadata.annotations: set annotations: {"foo":"bar"}, [info] metadata.annotations: set annotations: {"foo":"bar"}, [info] spec.template.metadata.annotations: set annotations: {"foo":"bar"}, [info] metadata.annotations: set annotations: {"foo":"bar"} | ||
|
Comment on lines
20
to
27
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description/title focus on splitting
fn evalnamespace behavior and updatingfn evalE2E data, but this diff also removes a very large portion ofe2e/testdata/fn-render/**fixtures and expected outputs (plus a vendored license). If the intent is truly “part 1: fn-eval only”, thesefn-renderdeletions should be moved to a separate PR (or reverted here) to avoid mixing concerns and accidental loss offn rendercoverage/data.