Skip to content

Commit

Permalink
Rebased original PR with latest changes
Browse files Browse the repository at this point in the history
Signed-off-by: Achyut Madhusudan <[email protected]>
  • Loading branch information
Achyut Madhusudan committed May 18, 2023
1 parent 1b1626f commit e7184c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha08/kogitoserverlessplatform_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/kiegroup/kogito-serverless-operator/container-builder/api"
=======
"github.com/kiegroup/container-builder/api"
"github.com/kiegroup/kogito-serverless-operator/api/v1alpha08/trait"
"github.com/kiegroup/kogito-serverless-operator/api/trait"
>>>>>>> 75765cf ([KOGITO-8945] Defined a Traits API to customize a Kubernetes Service)
)

Expand Down
1 change: 1 addition & 0 deletions test/yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const (
KogitoServerlessPlatformYamlCR = "sw.kogito_v1alpha08_kogitoserverlessplatform.yaml"
KogitoServerlessPlatformWithBaseImageYamlCR = "sw.kogito_v1alpha08_kogitoserverlessplatformWithBaseImage.yaml"
KogitoServerlessPlatformWithDevBaseImageYamlCR = "sw.kogito_v1alpha08_kogitoserverlessplatformWithDevBaseImage.yaml"
KogitoServerlessPlatformWithTraitCR = "sw.kogito_v1alpha08_kogitoserverlessplatform_withTrait.yaml"
)

func GetKogitoServerlessWorkflow(path string, namespace string) *operatorapi.KogitoServerlessWorkflow {
Expand Down

0 comments on commit e7184c3

Please sign in to comment.