Skip to content

Commit f62a3a7

Browse files
committed
Remove DeploymentService
Signed-off-by: Yoshiki Fujikane <[email protected]>
1 parent 9ce9a81 commit f62a3a7

File tree

3 files changed

+0
-318
lines changed

3 files changed

+0
-318
lines changed

pkg/app/pipedv1/plugin/kubernetes/deployment/server.go

-139
This file was deleted.

pkg/app/pipedv1/plugin/kubernetes/main.go

-15
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,9 @@ import (
1919

2020
"github.com/pipe-cd/pipecd/pkg/app/pipedv1/plugin/kubernetes/deployment"
2121
"github.com/pipe-cd/pipecd/pkg/app/pipedv1/plugin/kubernetes/livestate"
22-
"github.com/pipe-cd/pipecd/pkg/cli"
2322
"github.com/pipe-cd/pipecd/pkg/plugin/sdk"
2423
)
2524

26-
// TODO: remote it
27-
func _main() {
28-
app := cli.NewApp(
29-
"pipecd-plugin-kubernetes",
30-
"Plugin component to deploy Kubernetes Application.",
31-
)
32-
app.AddCommands(
33-
NewPluginCommand(),
34-
)
35-
if err := app.Run(); err != nil {
36-
log.Fatal(err)
37-
}
38-
}
39-
4025
func main() {
4126
sdk.RegisterDeploymentPlugin(&deployment.Plugin{})
4227
sdk.RegisterLivestatePlugin(livestate.Plugin{})

pkg/app/pipedv1/plugin/kubernetes/plugin.go

-164
This file was deleted.

0 commit comments

Comments
 (0)