Skip to content

Commit b0a1f7b

Browse files
committed
🏃 moved test project v2 dir
Moving testdata/project_v2 --> testdata/project-v2 to ensure project-v2 project can be deployed on a kubernetes cluster. - project-name is used as namespace name and name prefix and dash '-' character is not allowed in namespace and nameprefix in kubernetes world.
1 parent b9d5db3 commit b0a1f7b

Some content is hidden

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

44 files changed

+20
-77
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ go test ./cmd/... ./pkg/...
154154
GO111MODULE=auto test_project gopath/src/project 1
155155

156156
# test project v2
157-
GO111MODULE=on test_project project_v2 2
157+
GO111MODULE=on test_project project-v2 2
158158

159159
exit $rc
File renamed without changes.
File renamed without changes.
File renamed without changes.

testdata/project-v2/PROJECT

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: "2"
2+
domain: testproject.org
3+
repo: sigs.k8s.io/kubebuilder/testdata/project-v2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)