Skip to content

Commit 2173243

Browse files
committed
Clean removal of MCAD and Instascale
1 parent a619553 commit 2173243

13 files changed

+246
-1103
lines changed

config/crd/crd-appwrapper.yml

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

config/crd/crd-quotasubtree.yml

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

config/crd/crd-schedulingspec.yml

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

config/crd/kustomization.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
# since it depends on service name and namespace that are out of this kustomize package.
33
# It should be run by config/default
44
resources:
5-
- crd-appwrapper.yml
6-
- crd-quotasubtree.yml
7-
- crd-schedulingspec.yml
85

96
#+kubebuilder:scaffold:crdkustomizeresource

config/crd/mcad/kustomization.yaml

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

config/e2e/config.yaml

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

config/e2e/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace: openshift-operators
22

33
bases:
4-
- config.yaml
54
- ../default
65

76
patches:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ require (
88
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
99
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
1010
github.com/project-codeflare/codeflare-common v0.0.0-20240207083912-d7a229270a0a
11-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.0
1211
github.com/ray-project/kuberay/ray-operator v1.0.0
1312
go.uber.org/zap v1.26.0
1413
k8s.io/api v0.27.8
@@ -60,6 +59,7 @@ require (
6059
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6160
github.com/openshift-online/ocm-sdk-go v0.1.368 // indirect
6261
github.com/pkg/errors v0.9.1 // indirect
62+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.0 // indirect
6363
github.com/prometheus/client_golang v1.18.0 // indirect
6464
github.com/prometheus/client_model v0.5.0 // indirect
6565
github.com/prometheus/common v0.46.0 // indirect

0 commit comments

Comments
 (0)