We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5eb0af commit 5aeaae6Copy full SHA for 5aeaae6
hack/generate/gen-test-framework.sh
@@ -25,5 +25,6 @@ trap_add 'rm -rf $DOCKERFILE go.mod go.sum' EXIT
25
operator-sdk generate k8s
26
operator-sdk generate openapi
27
28
-# The following file is gen by openapi but it has not been commited in order to allow we clone and call the test locally in any path.
29
-trap_add 'rm -rf pkg/apis/cache/v1alpha1/zz_generated.openapi.go' EXIT
+# TODO(camilamacedo86): remove this when the openapi gen be set to false and it no longer is generated
+# The following file is gen by openapi but it has not been committed in order to allow we clone and call the test locally in any path.
30
+trap_add 'rm pkg/apis/cache/v1alpha1/zz_generated.openapi.go' EXIT
0 commit comments