File tree 3 files changed +0
-318
lines changed
pkg/app/pipedv1/plugin/kubernetes
3 files changed +0
-318
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,24 +19,9 @@ import (
19
19
20
20
"github.com/pipe-cd/pipecd/pkg/app/pipedv1/plugin/kubernetes/deployment"
21
21
"github.com/pipe-cd/pipecd/pkg/app/pipedv1/plugin/kubernetes/livestate"
22
- "github.com/pipe-cd/pipecd/pkg/cli"
23
22
"github.com/pipe-cd/pipecd/pkg/plugin/sdk"
24
23
)
25
24
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
-
40
25
func main () {
41
26
sdk .RegisterDeploymentPlugin (& deployment.Plugin {})
42
27
sdk .RegisterLivestatePlugin (livestate.Plugin {})
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments