Skip to content

Commit d2daec1

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Remove MCAD and InstaScale CRDs
1 parent 14b0b95 commit d2daec1

10 files changed

+2
-375
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ defaults:
151151
gofmt -w $(DEFAULTS_TEST_FILE)
152152

153153
.PHONY: manifests
154-
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
155-
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
154+
manifests: controller-gen ## Generate RBAC objects.
155+
$(CONTROLLER_GEN) rbac:roleName=manager-role webhook paths="./..."
156156

157157
.PHONY: generate
158158
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.

PROJECT

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,4 @@ plugins:
66
scorecard.sdk.operatorframework.io/v2: {}
77
projectName: codeflare-operator
88
repo: github.com/project-codeflare/codeflare-operator
9-
resources:
10-
- api:
11-
crdVersion: v1
12-
namespaced: true
13-
controller: true
14-
domain: codeflare.dev
15-
group: codeflare
16-
kind: MCAD
17-
path: github.com/project-codeflare/codeflare-operator/api/v1alpha1
18-
version: v1alpha1
19-
- api:
20-
crdVersion: v1
21-
namespaced: true
22-
controller: true
23-
domain: codeflare.dev
24-
group: codeflare
25-
kind: InstaScale
26-
path: github.com/project-codeflare/codeflare-operator/api/v1alpha1
27-
version: v1alpha1
289
version: "3"

config/crd/bases/codeflare.codeflare.dev_instascales.yaml

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

config/crd/bases/codeflare.codeflare.dev_mcads.yaml

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

config/crd/kustomization.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +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-
- bases/codeflare.codeflare.dev_mcads.yaml
6-
- bases/codeflare.codeflare.dev_instascales.yaml
75
- mcad
86
#+kubebuilder:scaffold:crdkustomizeresource
9-
10-
patchesStrategicMerge:
11-
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
12-
# patches here are for enabling the conversion webhook for each CRD
13-
#- patches/webhook_in_mcads.yaml
14-
#- patches/webhook_in_instascales.yaml
15-
#+kubebuilder:scaffold:crdkustomizewebhookpatch
16-
17-
# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
18-
# patches here are for enabling the CA injection for each CRD
19-
#- patches/cainjection_in_mcads.yaml
20-
#- patches/cainjection_in_instascales.yaml
21-
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
22-
23-
# the following config is for teaching kustomize how to do kustomization for CRDs.
24-
configurations:
25-
- kustomizeconfig.yaml

config/crd/kustomizeconfig.yaml

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

config/crd/patches/cainjection_in_instascales.yaml

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

config/crd/patches/cainjection_in_mcads.yaml

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

config/crd/patches/webhook_in_instascales.yaml

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

0 commit comments

Comments
 (0)