Skip to content
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

feat(convert): convert to KIC #1050

Merged
merged 20 commits into from
Feb 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
satisfy the linter
Tieske committed Feb 15, 2024
commit de6c15bdb3eb1d6e222261857e6d1b5836d93d49
1 change: 0 additions & 1 deletion cmd/file_kong2kic.go
Original file line number Diff line number Diff line change
@@ -46,7 +46,6 @@ func executeKong2Kic(cmd *cobra.Command, _ []string) error {

outputContent = inputContent.DeepCopy()
err = kong2kic.WriteContentToFile(outputContent, cmdKong2KicOutputFilename, outputFileFormat, yamlOrJSON)

if err != nil {
return fmt.Errorf("failed converting Kong to Ingress '%s'; %w", cmdKong2KicInputFilename, err)
}