Skip to content

Commit

Permalink
Add kubebuilder as a prerequisite to README (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbdavis authored and aeneasr committed Nov 7, 2019
1 parent 3fb122a commit c0bc5df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ The project is based on [Kubebuilder](https://github.com/kubernetes-sigs/kubebui
- make
- kubectl
- kustomize
- [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) for running tests
- [ginkgo](https://onsi.github.io/ginkgo/) for local integration testing
- access to K8s environment: minikube or a remote K8s cluster
- [mockery](https://github.com/vektra/mockery) to generate mocks for testing purposes



## Design

Take a look at [Design Readme](./docs/README.md).
Expand Down Expand Up @@ -60,4 +59,4 @@ To deploy the controller, edit the value of the ```--hydra-url``` argument in th
Use mockery to generate mock types that implement existing interfaces. To generate a mock type for an interface, navigate to the directory containing that interface and run this command:
```
mockery -name={INTERFACE_NAME}
```
```

0 comments on commit c0bc5df

Please sign in to comment.