Skip to content

Commit 32c3160

Browse files
authored
Merge pull request #2749 from camilamacedo86/samples
🌱 : ensure that testdata samples will be re-generated from the scratch
2 parents 862e422 + fa05d86 commit 32c3160

File tree

7 files changed

+4
-90
lines changed

7 files changed

+4
-90
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ generate: generate-testdata ## Update/generate all mock data. You should run thi
6868

6969
.PHONY: generate-testdata
7070
generate-testdata: ## Update/generate the testdata in $GOPATH/src/sigs.k8s.io/kubebuilder
71+
rm -rf testdata/
7172
./test/testdata/generate.sh
7273

7374
.PHONY: lint

testdata/project-v2-addon/config/default/manager_auth_proxy_patch.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

testdata/project-v2-multigroup/config/default/manager_auth_proxy_patch.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

testdata/project-v3-addon/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*.so
77
*.dylib
88
bin
9+
testbin/*
910

1011
# Test binary, build with `go test -c`
1112
*.test

testdata/project-v3-multigroup/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*.so
77
*.dylib
88
bin
9+
testbin/*
910

1011
# Test binary, build with `go test -c`
1112
*.test

testdata/project-v3-v1beta1/config/default/manager_auth_proxy_patch.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

testdata/project-v3/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*.so
77
*.dylib
88
bin
9+
testbin/*
910

1011
# Test binary, build with `go test -c`
1112
*.test

0 commit comments

Comments
 (0)