Skip to content

Commit 065ba73

Browse files
authored
Merge pull request #51 from k0sproject/drop-serve
Remove "serve" subcommand including the API + client
2 parents 3692ddd + 0027e5f commit 065ba73

File tree

13 files changed

+0
-950
lines changed

13 files changed

+0
-950
lines changed

cmd/bootloose/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ func NewRootCommand(ctx context.Context) *cobra.Command {
5050

5151
// hide config flag from commands that do not need it
5252
for _, configlessCmd := range []*cobra.Command{
53-
NewServeCommand(),
5453
NewVersionCommand(),
5554
} {
5655
cmd.AddCommand(configlessCmd)

cmd/bootloose/serve.go

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

cmd/bootloose/serve_test.go

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

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/carlmjohnson/versioninfo v0.22.5
77
github.com/docker/docker v24.0.6+incompatible
88
github.com/ghodss/yaml v1.0.0
9-
github.com/gorilla/mux v1.8.0
109
github.com/mitchellh/go-homedir v1.1.0
1110
github.com/pkg/errors v0.9.1
1211
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
1616
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
1717
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
1818
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
19-
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
20-
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
2119
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
2220
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
2321
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=

pkg/api/api.go

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

pkg/api/cluster.go

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

0 commit comments

Comments
 (0)