Warren Fernandes
Warren Fernandes
This will also enable easier versioning when using go modules.
**User Story** As part of issue https://github.com/kubernetes-sigs/cluster-api/issues/2545, we added a dependency on github.com/coredns/migration. It was added in PR: https://github.com/kubernetes-sigs/cluster-api/pull/2574. This library needs to be kept up to date if we...
If we have a prefix called "env_config" and the following struct tags for property "Foo", we should expect to see an error message stating that the required env var "ENV_CONFIG_BAR"...
If we have a prefix called "env_config" and the following struct tags for property "Foo", we should expect to see an error message stating that the required env var "ENV_CONFIG_BAR"...
When running the following assertion, ```go Expect(t, fmt.Errorf("some error")).To(Not(HaveOccurred())) ``` we get the output below ```bash $ go test --- FAIL: TestSomething (0.00s) expect.go:44: match matchers.HaveOccurredMatcher{} /Users/wfernandes/workspace/go/src/test/some_test.go:14 ``` `match matchers.HaveOccurredMatcher{}`...
The dev/pkg scripts as described in DEVELOPMENT.md don't work on Linux machines. They also require some pre-requisites installed that only work on Mac OS. The scripts add an additional footprint...