Deploy, Events without devfile/adapters (#5460)

* Execute devfile command

* Undeploy

* cleanup devfile/adapters

* refactor

* Move GetOnePod to component package

* Move DoesComponentExist and Log from devfile/adapter to component package

* Exec without devfile/adapters

* Move Delete from devfile/adapters to component

* Remove old Deploy code

* review

* Add tests for issue 5454

* Review
This commit is contained in:
Philippe Martin
2022-02-23 09:48:52 +01:00
committed by GitHub
parent ff03b8e49a
commit 0e4e55bdd0
61 changed files with 1956 additions and 2588 deletions

View File

@@ -35,7 +35,6 @@ mockgen -source=pkg/preference/preference.go \
-package preference \
-destination pkg/preference/mock.go
mockgen -source=pkg/auth/interface.go \
-package auth \
-destination pkg/auth/mock.go
@@ -59,3 +58,12 @@ mockgen -source=pkg/init/interface.go \
mockgen -source=pkg/init/registry/interface.go \
-package registry \
-destination pkg/init/registry/mock.go
mockgen -source=pkg/deploy/interface.go \
-package deploy \
-destination pkg/deploy/mock.go
mockgen -source=pkg/libdevfile/libdevfile.go \
-package libdevfile \
-destination pkg/libdevfile/handler_mock.go