Skip to content

Commit

Permalink
Remove Porch from kpt
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Torkildsen <mortent@google.com>
  • Loading branch information
mortent committed May 19, 2024
1 parent 5cbd3cb commit f47ccfc
Show file tree
Hide file tree
Showing 516 changed files with 3 additions and 76,865 deletions.
114 changes: 0 additions & 114 deletions .github/workflows/porch-e2e.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/porch.yml

This file was deleted.

3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ Coming soon

### Package Orchestrator

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

### Function Catalog

Expand Down
6 changes: 0 additions & 6 deletions commands/alpha/alphacmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ import (

"github.com/GoogleContainerTools/kpt/commands/alpha/license"
"github.com/GoogleContainerTools/kpt/commands/alpha/live"
"github.com/GoogleContainerTools/kpt/commands/alpha/repo"
"github.com/GoogleContainerTools/kpt/commands/alpha/rollouts"
"github.com/GoogleContainerTools/kpt/commands/alpha/rpkg"
"github.com/GoogleContainerTools/kpt/commands/alpha/sync"
"github.com/GoogleContainerTools/kpt/commands/alpha/wasm"

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

alpha.AddCommand(
repo.NewCommand(ctx, version),
rpkg.NewCommand(ctx, version),
sync.NewCommand(ctx, version),
wasm.NewCommand(ctx, version),
live.GetCommand(ctx, "", version),
license.NewCommand(ctx, version),
Expand Down
154 changes: 0 additions & 154 deletions commands/alpha/repo/get/command.go

This file was deleted.

Loading

0 comments on commit f47ccfc

Please sign in to comment.