Skip to content

Commit

Permalink
Separated TestHarness API into its own package (#1262)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
  • Loading branch information
ANeumann82 authored and kensipe committed Jan 14, 2020
1 parent ab3ac68 commit 046bc4d
Show file tree
Hide file tree
Showing 17 changed files with 248 additions and 524 deletions.
131 changes: 0 additions & 131 deletions config/crds/kudo.dev_teststeps.yaml

This file was deleted.

150 changes: 0 additions & 150 deletions config/crds/kudo.dev_testsuites.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions hack/update_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ else
git -C "${CODE_GEN_DIR}" reset --hard "${VERSION}"
fi

"${CODE_GEN_DIR}"/generate-groups.sh \
deepcopy \
github.com/kudobuilder/kudo/pkg/client \
github.com/kudobuilder/kudo/pkg/apis \
"testharness:v1beta1" \
--go-header-file hack/boilerplate.go.txt # must be last for some reason

"${CODE_GEN_DIR}"/generate-groups.sh \
all \
github.com/kudobuilder/kudo/pkg/client \
Expand Down
Loading

0 comments on commit 046bc4d

Please sign in to comment.