Update README.md

This commit is contained in:
Daniel
2020-02-22 07:22:38 +11:00
committed by GitHub
parent 5afd783cc1
commit ddac2b3969
+2 -3
View File
@@ -14,10 +14,9 @@ See [example/Role.yaml](example/Role.yaml), [example/ServiceAccount.yaml](exampl
- The watching process is not currently reliable i.e. it doesn't properly wait for new deployments to become live. Not entirely sure how this should behave but I think behind a flag would make sense. PRs welcome.
## Development notes
- Kubernetes client is a little confusing with dependencies but does work with go.mod as seen [here](https://github.com/kubernetes/client-go/blob/master/INSTALL.md#add-client-go-as-a-dependency)
- [kubernetes/client-go installation notes](https://github.com/kubernetes/client-go/blob/master/INSTALL.md)
- [Creating a Drone plugin in Go](https://docs.drone.io/plugins/tutorials/golang/)
- [Client-go API Docs @ godoc.org](https://godoc.org/k8s.io/client-go/kubernetes)
- [Creating a Drone plugin in Go](https://docs.drone.io/plugins/golang/)
- [Client-go API Docs @ godoc.org](https://pkg.go.dev/k8s.io/client-go/kubernetes?tab=doc)
- Testing with minikube (OSX: `brew cask install minikube`)
## Acknowledgements