@@ -27,8 +27,8 @@ Porch comprises of several software components:
2727 operations on package contents
2828* [ func] ( https://github.com/nephio-project/porch/tree/main/func ) : KRM function evaluator microservice; exposes gRPC API
2929* [ repository] ( https://github.com/nephio-project/porch/blob/main/pkg/repository ) : Repository integration package
30- * [ git] ( https://github.com/nephio-project/porch/tree/main/pkg/git ) : Integration with Git repository.
31- * [ oci] ( https://github.com/nephio-project/porch/tree/main/pkg/oci ) : Integration with OCI repository.
30+ * [ git] ( https://github.com/nephio-project/porch/tree/main/pkg/externalrepo/ git ) : Integration with Git repository.
31+ * [ oci] ( https://github.com/nephio-project/porch/tree/main/pkg/externalrepo/ oci ) : Integration with OCI repository.
3232* [ cache] ( https://github.com/nephio-project/porch/tree/main/pkg/cache ) : Package caching.
3333* [ controllers] ( https://github.com/nephio-project/porch/tree/main/controllers ) : ` Repository ` CRD. No controller;
3434 Porch apiserver watches these resources for changes as repositories are (un-)registered.
@@ -81,8 +81,8 @@ Some useful code pointers:
8181* Porch REST API handlers in [ registry/porch] ( https://github.com/nephio-project/porch/tree/main/pkg/registry/porch ) ,
8282 for example [ packagerevision.go] ( https://github.com/nephio-project/porch/tree/main/pkg/registry/porch/packagerevision.go )
8383* Background task handling cache updates in [ background.go] ( https://github.com/nephio-project/porch/tree/main/pkg/registry/porch/background.go )
84- * Git repository integration in [ pkg/git] ( https://github.com/nephio-project/porch/tree/main/pkg/git )
85- * OCI repository integration in [ pkg/oci] ( https://github.com/nephio-project/porch/tree/main/pkg/oci )
84+ * Git repository integration in [ pkg/git] ( https://github.com/nephio-project/porch/tree/main/pkg/externalrepo/ git )
85+ * OCI repository integration in [ pkg/oci] ( https://github.com/nephio-project/porch/tree/main/pkg/externalrepo/ oci )
8686* CaD Engine in [ engine] ( https://github.com/nephio-project/porch/tree/main/pkg/engine )
8787* e2e tests in [ e2e] ( https://github.com/nephio-project/porch/tree/main/test/e2e ) . See below more on testing.
8888
0 commit comments