Skip to content

Commit

Permalink
remove ddm
Browse files Browse the repository at this point in the history
  • Loading branch information
catpineapple committed Dec 17, 2024
1 parent de1ceb2 commit 9bc9dac
Show file tree
Hide file tree
Showing 31 changed files with 111 additions and 7,165 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and Cust
mv helm-charts/doris-operator/crds/doris.selectdb.com_dorisclusters.yaml helm-charts/doris-operator/crds/doris.apache.com_dorisclusters.yaml
cat config/crd/bases/doris.selectdb.com_dorisclusters.yaml > config/crd/bases/crds.yaml
cat config/crd/bases/disaggregated.cluster.doris.com_dorisdisaggregatedclusters.yaml >> config/crd/bases/crds.yaml
#cat config/crd/bases/disaggregated.metaservice.doris.com_dorisdisaggregatedmetaservices.yaml >> config/crd/bases/crds.yaml


.PHONY: generate
Expand Down Expand Up @@ -202,7 +201,6 @@ gen-tool: ## Download gen-crd-api-reference-docs locally if necessary.
gen-api: gen-tool
$(GEN_DOCS) -api-dir "./api/doris/v1" -config "./hack/gen-api/config.json" -template-dir "./hack/gen-api/template" -out-file "doc/api.md"
$(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"
#$(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"

.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
Expand Down
300 changes: 0 additions & 300 deletions api/disaggregated/meta_v1/disaggregatedmetaservice_types.go

This file was deleted.

69 changes: 0 additions & 69 deletions api/disaggregated/meta_v1/disaggregatedmetaservice_webhook.go

This file was deleted.

Loading

0 comments on commit 9bc9dac

Please sign in to comment.