diff --git a/pkg/plugin/registry/registry.go b/pkg/app/pipedv1/plugin/registry.go similarity index 92% rename from pkg/plugin/registry/registry.go rename to pkg/app/pipedv1/plugin/registry.go index fd78ebb303..b6a0ab1429 100644 --- a/pkg/plugin/registry/registry.go +++ b/pkg/app/pipedv1/plugin/registry.go @@ -12,12 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package planner provides a piped component -// that decides the deployment pipeline of a deployment. -// The planner bases on the changes from git commits -// then builds the deployment manifests to know the behavior of the deployment. -// From that behavior the planner can decides which pipeline should be applied. -package registry +package plugin import ( "context" diff --git a/pkg/plugin/registry/registry_test.go b/pkg/app/pipedv1/plugin/registry_test.go similarity index 96% rename from pkg/plugin/registry/registry_test.go rename to pkg/app/pipedv1/plugin/registry_test.go index bc76da5849..c449ca4474 100644 --- a/pkg/plugin/registry/registry_test.go +++ b/pkg/app/pipedv1/plugin/registry_test.go @@ -12,12 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package planner provides a piped component -// that decides the deployment pipeline of a deployment. -// The planner bases on the changes from git commits -// then builds the deployment manifests to know the behavior of the deployment. -// From that behavior the planner can decides which pipeline should be applied. -package registry +package plugin import ( "testing"