Skip to content

Commit

Permalink
Remove deployment controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Aug 11, 2023
1 parent ac1a716 commit fc2618e
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 1,786 deletions.
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,25 +129,10 @@ help: ## Display this help.

##@ Development

DEFAULTS_FILE := controllers/defaults.go
DEFAULTS_TEST_FILE := test/support/defaults.go

.PHONY: defaults
defaults:
$(info Regenerating $(DEFAULTS_FILE))
@echo "package controllers" > $(DEFAULTS_FILE)
@echo "" >> $(DEFAULTS_FILE)
@echo "// ***********************" >> $(DEFAULTS_FILE)
@echo "// DO NOT EDIT THIS FILE" >> $(DEFAULTS_FILE)
@echo "// ***********************" >> $(DEFAULTS_FILE)
@echo "" >> $(DEFAULTS_FILE)
@echo "const (" >> $(DEFAULTS_FILE)
@echo " MCADImage = \"$(MCAD_IMAGE)\"" >> $(DEFAULTS_FILE)
@echo " InstaScaleImage = \"$(INSTASCALE_IMAGE)\"" >> $(DEFAULTS_FILE)
@echo "" >> $(DEFAULTS_FILE)
@echo ")" >> $(DEFAULTS_FILE)
@echo "" >> $(DEFAULTS_FILE)

$(info Regenerating $(DEFAULTS_TEST_FILE))
@echo "package support" > $(DEFAULTS_TEST_FILE)
@echo "" >> $(DEFAULTS_TEST_FILE)
Expand Down
18 changes: 0 additions & 18 deletions controllers/config/manifest.go

This file was deleted.

48 changes: 0 additions & 48 deletions controllers/config/templating.go

This file was deleted.

10 changes: 0 additions & 10 deletions controllers/defaults.go

This file was deleted.

26 changes: 0 additions & 26 deletions controllers/instascale.go

This file was deleted.

241 changes: 0 additions & 241 deletions controllers/instascale_controller.go

This file was deleted.

Loading

0 comments on commit fc2618e

Please sign in to comment.