Skip to content

Commit 66a7c19

Browse files
committed
[WIP] Remove Porch from kpt
Signed-off-by: Morten Torkildsen <mortent@google.com>
1 parent 5cbd3cb commit 66a7c19

File tree

516 files changed

+3
-76865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

516 files changed

+3
-76865
lines changed

.github/workflows/porch-e2e.yml

Lines changed: 0 additions & 114 deletions
This file was deleted.

.github/workflows/porch.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ Coming soon
104104

105105
### Package Orchestrator
106106

107-
Package orchestrator code live under `porch` directory in this repo. Please see the
108-
[developer docs for porch](porch/docs/development.md) to learn more.
107+
Package orchestrator code has been moved to the Nephio project: https://github.com/nephio-project/porch
109108

110109
### Function Catalog
111110

commands/alpha/alphacmd.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ import (
1919

2020
"github.com/GoogleContainerTools/kpt/commands/alpha/license"
2121
"github.com/GoogleContainerTools/kpt/commands/alpha/live"
22-
"github.com/GoogleContainerTools/kpt/commands/alpha/repo"
2322
"github.com/GoogleContainerTools/kpt/commands/alpha/rollouts"
24-
"github.com/GoogleContainerTools/kpt/commands/alpha/rpkg"
25-
"github.com/GoogleContainerTools/kpt/commands/alpha/sync"
2623
"github.com/GoogleContainerTools/kpt/commands/alpha/wasm"
2724

2825
"github.com/GoogleContainerTools/kpt/internal/docs/generated/alphadocs"
@@ -49,9 +46,6 @@ func GetCommand(ctx context.Context, _, version string) *cobra.Command {
4946
}
5047

5148
alpha.AddCommand(
52-
repo.NewCommand(ctx, version),
53-
rpkg.NewCommand(ctx, version),
54-
sync.NewCommand(ctx, version),
5549
wasm.NewCommand(ctx, version),
5650
live.GetCommand(ctx, "", version),
5751
license.NewCommand(ctx, version),

commands/alpha/repo/get/command.go

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)