Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 41c1557

Browse files
committed
Generate example manifests
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
1 parent c045bae commit 41c1557

333 files changed

Lines changed: 37872 additions & 25 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ crds.clean:
8383
@find package/crds -name '*.yaml.sed' -delete || $(FAIL)
8484
@$(OK) cleaned generated CRDs
8585

86+
examples.clean:
87+
@$(INFO) cleaning generated examples
88+
@rm -fR examples-generated/*
89+
@$(OK) cleaned generated examples
90+
8691
generate.done: crds.clean
8792

8893
# Update the submodules, such as the common build scripts.
@@ -98,7 +103,7 @@ run: go.build
98103
@# To see other arguments that can be provided, run the command with --help instead
99104
$(GO_OUT_DIR)/provider --debug
100105

101-
.PHONY: cobertura submodules fallthrough run crds.clean
106+
.PHONY: cobertura submodules fallthrough run crds.clean examples.clean
102107

103108
# ====================================================================================
104109
# Special Targets

apis/autoscaling/v1alpha1/zz_attachment_terraformed.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/autoscaling/v1alpha1/zz_attachment_types.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/autoscaling/v1alpha1/zz_autoscalinggroup_terraformed.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/autoscaling/v1alpha1/zz_autoscalinggroup_types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/autoscaling/v1alpha1/zz_generated.deepcopy.go

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/ebs/v1alpha1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/ebs/v1alpha1/zz_volume_terraformed.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/ebs/v1alpha1/zz_volume_types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/ec2/v1alpha1/zz_elasticip_terraformed.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)