Skip to content

Commit

Permalink
doc: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Camila Macedo committed Oct 6, 2020
1 parent b41ae2c commit edb67b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added testdata/go/memcached-operator/bin/manager
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ test: generate fmt vet manifests
If using `git`, it is recommended to add `testbin/*` to your `.gitignore` file to avoid committing these binaries.

[envtest]: https://godoc.org/sigs.k8s.io/controller-runtime/pkg/envtest
[controller-test]: https://book.kubebuilder.io/reference/writing-tests.html
[controller-test]: https://book.kubebuilder.io/cronjob-tutorial/writing-tests.html
[script]: https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/master/hack/setup-envtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Also you can write tests for your operator in a declarative using the [kuttl](ht
To implement application-specific tests, the test harness of the SDK, [scorecard][scorecard], provides the ability to ship custom code in container images as well, which can be referenced in the test suite. Because this test suite definition metadata travels with the Operator Bundle, it allows for functional testing of the Operator without the source code or the project layout being available. See [Writing Custom Scorecard Tests][writing-custom-scorecard-tests].

[envtest]: https://godoc.org/sigs.k8s.io/controller-runtime/pkg/envtest
[writing-controller-tests]: https://book.kubebuilder.io/reference/writing-tests.html
[writing-controller-tests]: https://book.kubebuilder.io/cronjob-tutorial/writing-tests.html
[envtest-setup]: /docs/building-operators/golang/references/envtest-setup
[writing-kuttl-scorecard-tests]: /docs/advanced-topics/scorecard/kuttl-tests
[writing-custom-scorecard-tests]: /docs/advanced-topics/scorecard/custom-tests
Expand Down

0 comments on commit edb67b1

Please sign in to comment.