Skip to content

Commit

Permalink
Merge pull request #485 from RedbackThomson/containerattached
Browse files Browse the repository at this point in the history
Create `containerattached` `Cluster` resource
  • Loading branch information
turkenf authored Mar 19, 2024
2 parents be3db99 + c477978 commit 4333b23
Show file tree
Hide file tree
Showing 22 changed files with 3,536 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ kustomize-crds: output.init $(KUSTOMIZE) $(YQ)
@rm -fr $(OUTPUT_DIR)/package || $(FAIL)
@cp -R package $(OUTPUT_DIR) && \
cd $(OUTPUT_DIR)/package/crds && \
kustomize create --autodetect || $(FAIL)
$(KUSTOMIZE) create --autodetect || $(FAIL)
@export YQ=$(YQ) && \
XDG_CONFIG_HOME=$(PWD)/package $(KUSTOMIZE) build --enable-alpha-plugins $(OUTPUT_DIR)/package/kustomize -o $(OUTPUT_DIR)/package/crds.yaml || $(FAIL)
@$(OK) Kustomizing CRDs.
Expand Down
129 changes: 129 additions & 0 deletions apis/containerattached/v1beta1/zz_cluster_terraformed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4333b23

Please sign in to comment.