Skip to content

Commit eeebc73

Browse files
author
smiletan
authored
Merge pull request #314 from catpineapple/remove-ddm
[improve](ddc)remove CRD ddm
2 parents 773eedc + 9bc9dac commit eeebc73

31 files changed

+111
-7165
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and Cust
8080
mv helm-charts/doris-operator/crds/doris.selectdb.com_dorisclusters.yaml helm-charts/doris-operator/crds/doris.apache.com_dorisclusters.yaml
8181
cat config/crd/bases/doris.selectdb.com_dorisclusters.yaml > config/crd/bases/crds.yaml
8282
cat config/crd/bases/disaggregated.cluster.doris.com_dorisdisaggregatedclusters.yaml >> config/crd/bases/crds.yaml
83-
#cat config/crd/bases/disaggregated.metaservice.doris.com_dorisdisaggregatedmetaservices.yaml >> config/crd/bases/crds.yaml
8483

8584

8685
.PHONY: generate
@@ -202,7 +201,6 @@ gen-tool: ## Download gen-crd-api-reference-docs locally if necessary.
202201
gen-api: gen-tool
203202
$(GEN_DOCS) -api-dir "./api/doris/v1" -config "./hack/gen-api/config.json" -template-dir "./hack/gen-api/template" -out-file "doc/api.md"
204203
$(GEN_DOCS) -api-dir "./api/disaggregated/v1" -config "./hack/gen-api/config.json" -template-dir "./hack/gen-api/template" -out-file "doc/disaggregated_api.md"
205-
#$(GEN_DOCS) -api-dir "./api/disaggregated/metaservice/meta_v1" -config "./hack/gen-api/config.json" -template-dir "./hack/gen-api/template" -out-file "doc/disaggregated_metaservice_api.md"
206204

207205
.PHONY: envtest
208206
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.

api/disaggregated/meta_v1/disaggregatedmetaservice_types.go

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

api/disaggregated/meta_v1/disaggregatedmetaservice_webhook.go

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

0 commit comments

Comments
 (0)