-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all readers with PreserveSeqIndent option and update tests
- Loading branch information
1 parent
49a252e
commit c52869f
Showing
49 changed files
with
985 additions
and
571 deletions.
There are no files selected for viewing
69 changes: 0 additions & 69 deletions
69
e2e/testdata/fn-eval/consistent-formatting/.expected/diff.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
24 changes: 24 additions & 0 deletions
24
e2e/testdata/fn-eval/preserve-order-include-meta-resources/.expected/diff.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff --git a/Kptfile b/Kptfile | ||
index 1f982e2..70d659f 100644 | ||
--- a/Kptfile | ||
+++ b/Kptfile | ||
@@ -2,6 +2,7 @@ apiVersion: kpt.dev/v1 | ||
kind: Kptfile | ||
metadata: | ||
name: nginx | ||
+ namespace: staging | ||
info: | ||
description: describe this package | ||
site: https://github.com/GoogleContainerTools/kpt | ||
diff --git a/resources.yaml b/resources.yaml | ||
index f79e0a8..ce92e77 100644 | ||
--- a/resources.yaml | ||
+++ b/resources.yaml | ||
@@ -17,6 +17,7 @@ metadata: | ||
labels: | ||
foo: bar | ||
name: my-nginx | ||
+ namespace: staging | ||
spec: | ||
replicas: 3 | ||
selector: |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.