-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: calculate SSA diffs with smd.merge.Updater (#467)
* fix: refactor ssa diff logic Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * fix: calculate ssa diff with smd.merge.Updater Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * chore: Add golangci config file Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * fix: remove wrong param passed to golanci-ghaction Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * doc: Add doc to the wrapper file Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * doc: Add instructions about how to extract the openapiv2 document from k8s Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * better wording Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * better code comments Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
- Loading branch information
Showing
17 changed files
with
73,856 additions
and
73 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
run: | ||
skip-files: | ||
- "pkg/diff/internal/fieldmanager/borrowed_.+\\.go$" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Please check the doc.go file for more details about | ||
how to use and maintain the code in this package. |
Oops, something went wrong.