Skip to content

Commit

Permalink
feat: add dds instance and backup selectors (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-sidelnikov authored Aug 29, 2024
1 parent 7686a98 commit 64aa673
Show file tree
Hide file tree
Showing 20 changed files with 2,352 additions and 99 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NPROCS ?= 1
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))

GO_REQUIRED_VERSION ?= 1.22
GOLANGCILINT_VERSION ?= 1.50.0
GOLANGCILINT_VERSION ?= 1.54.0
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
GO_SUBDIRS += cmd internal apis
Expand Down
129 changes: 129 additions & 0 deletions apis/dds/v1alpha1/zz_backupv3_terraformed.go

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

185 changes: 185 additions & 0 deletions apis/dds/v1alpha1/zz_backupv3_types.go

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

3 changes: 3 additions & 0 deletions apis/dds/v1alpha1/zz_generated.conversion_hubs.go

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

Loading

0 comments on commit 64aa673

Please sign in to comment.