mirror of
https://github.com/danielgormly/drone-plugin-kube.git
synced 2026-06-04 18:23:48 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user