Skip to content

Commit 92c4b24

Browse files
glynericbottard
authored andcommitted
delete image commands and distro CLI
* delete dead code * delete configuration.go and move buildpacks, invokers, and manifests into main.go
1 parent c0a4f76 commit 92c4b24

File tree

95 files changed

+40
-21910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+40
-21910
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ check-mockery:
2323

2424
gen-mocks: check-mockery
2525
mockery -output pkg/core/mocks -outpkg mocks -dir pkg/core -name Client
26-
mockery -output pkg/core/mocks -outpkg mocks -dir pkg/core -name ImageClient
2726
mockery -output pkg/core/vendor_mocks -outpkg vendor_mocks -dir vendor/k8s.io/client-go/kubernetes -name Interface
2827
mockery -output pkg/core/vendor_mocks -outpkg vendor_mocks -dir vendor/k8s.io/client-go/kubernetes/typed/core/v1 -name CoreV1Interface
2928
mockery -output pkg/core/vendor_mocks -outpkg vendor_mocks -dir vendor/k8s.io/client-go/kubernetes/typed/core/v1 -name NamespaceInterface
3029
mockery -output pkg/core/vendor_mocks -outpkg vendor_mocks -dir vendor/k8s.io/client-go/kubernetes/typed/core/v1 -name ServiceAccountInterface
3130
mockery -output pkg/core/vendor_mocks -outpkg vendor_mocks -dir vendor/k8s.io/client-go/kubernetes/typed/core/v1 -name SecretInterface
32-
mockery -output pkg/docker/mocks -outpkg mocks -dir pkg/docker -name Docker
3331
mockery -output pkg/fileutils/mocks -outpkg mocks -dir pkg/fileutils -name Checker
3432
mockery -output pkg/fileutils/mocks -outpkg mocks -dir pkg/fileutils -name Copier
3533

README.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ make build install
5252
----
5353
NOTE: This installs the CLI in `$GOBIN`, or if that is not set, in the `bin` subdirectory of the directory specified in `$GOPATH`.
5454

55-
56-
== [[distro]] riff-distro
57-
58-
A separate link:distro[riff-distro] CLI provides tooling to create distributions of images for on-premise riff installations.
59-
6055
== Contributing to riff
6156

6257
Please refer to the link:CONTRIBUTING.adoc[Contributors' Guide].

cmd/commands/image.go

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

cmd/commands/image_test.go

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

0 commit comments

Comments
 (0)