Skip to content

Commit

Permalink
tekton: update dependency to kubernetes model after split
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-K committed Apr 29, 2020
1 parent f6075e9 commit 24720d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions extensions/tekton/generator-v1alpha1/cmd/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ import (

func main() {

// continue from here -> somehow the ArrayOrString is fucked up
// and local changes of common part are not considered ?!

// the CRD List types for which the model should be generated
// no other types need to be defined as they are auto discovered
crdLists := []reflect.Type{
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/model-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model</artifactId>
<artifactId>kubernetes-model-core</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down

0 comments on commit 24720d5

Please sign in to comment.