Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Porch from kpt #4153

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading