Skip to content

Commit

Permalink
[knative]
Browse files Browse the repository at this point in the history
- update generator to use shared logic
- replace knative-annotator with shared model-annotator
- remove the generated *Schema class

[tekton]
- update to knative package change

[common]
- add editorconfig for *.go (although this is not applied to all go files yet)
  • Loading branch information
Fabian-K committed May 4, 2020
1 parent 509a2e8 commit 3b8b55e
Show file tree
Hide file tree
Showing 23 changed files with 2,002 additions and 23,280 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ indent_size = 2

[{Makefile,**.mk}]
# Use tabs for indentation (Makefiles require tabs)
indent_style = tab
indent_style = tab

[*.go]
indent_style = tab
indent_size = 2
62 changes: 0 additions & 62 deletions extensions/knative/annotator/pom.xml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@VelocityTransformation(value = "/resource-handler-services.vm", gather = true, outputPath = "META-INF/services/io.fabric8.kubernetes.client.ResourceHandler")
},
resources = {
@ResourceSelector("knative.properties")
@ResourceSelector("model.properties")
}

)
Expand Down

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions extensions/knative/generator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
Loading

0 comments on commit 3b8b55e

Please sign in to comment.