Skip to content

Commit

Permalink
Removes quickstarts from OCS
Browse files Browse the repository at this point in the history
All quickstarts will be managed by ODF 4.9 and have been moved there. Removing all code related with it from OCS.

Signed-off-by: Vineet Badrinath <vbadrina@redhat.com>
  • Loading branch information
vbnrh committed Jul 6, 2021
1 parent 16d95d3 commit 9911102
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 452 deletions.
5 changes: 0 additions & 5 deletions controllers/storagecluster/initialization_reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
snapapi "github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1"
nbv1 "github.com/noobaa/noobaa-operator/v2/pkg/apis/noobaa/v1alpha1"
configv1 "github.com/openshift/api/config/v1"
consolev1 "github.com/openshift/api/console/v1"
routev1 "github.com/openshift/api/route/v1"
openshiftv1 "github.com/openshift/api/template/v1"
api "github.com/openshift/ocs-operator/api/v1"
Expand Down Expand Up @@ -212,10 +211,6 @@ func createFakeInitializationScheme(t *testing.T, obj ...runtime.Object) *runtim
if err != nil {
assert.Fail(t, "failed to add monitoringv1 scheme")
}
err = consolev1.AddToScheme(scheme)
if err != nil {
assert.Fail(t, "failed to add consolev1 scheme")
}
err = extv1.AddToScheme(scheme)
if err != nil {
assert.Fail(t, "failed to add extv1 scheme")
Expand Down
207 changes: 0 additions & 207 deletions controllers/storagecluster/quickstart_constants.go

This file was deleted.

93 changes: 0 additions & 93 deletions controllers/storagecluster/quickstarts.go

This file was deleted.

Loading

0 comments on commit 9911102

Please sign in to comment.