A curated list of resources to learn about Operators and Go
-
Go
- An Overview of Go's Tooling - A great reference for those looking for a summary of the tooling for Go based on the latest releases. The blog also provides a walkthrough for Testing, Go Modules and etc
- Introduction to Go Modules - Go modules is the new way to manage dependencies in Go, this link provide all the details about how to use it.
-
Testing the Operators
- An instruction how to write end-to-end tests - A short manual how to write e2e tests with Operator SDK.
- An instruction how to run end-to-end tests - A short description of different configuration settings and environments for running tests with Operator SDK.