-
### What broke? What's expected?
I follow the tutorial till [writing tests](https://book.kubebuilder.io/cronjob-tutorial/writing-tests.html). I've filled in all the code snippet to my code repo. But …
c4fun updated
3 years ago
-
I generated a new operator with `operator-sdk init ` and used `operator-sdk create api`
and built it with `make` with no errors
I am using operator-sdk v1.2
But once I add `github.com/redhat-co…
-
I was trying a simple test referring to http://onsi.github.io/ginkgo/.
(1) I added a assertion expression `Expect(1).To(Equal(0))` in the `TestBooks` function
```
package books_test
import (
…
-
Per [this comment](https://github.com/kubernetes-sigs/controller-runtime/pull/1563#issuecomment-884244169) (cc @vincepri). We recently updated to v0.9.2 and encountered test failures due to timeout wh…
-
## Description
trivy gets mislead by handling of unrecognized semver strings.
minio (github.com/minio) have used a variety of versioning strategies and the latest confuses the semver detection w…
-
**How to categorize this issue?**
/area usability
/kind enhancement
/priority 3
**What would you like to be added**:
I would like the `Shoot` or rather the `Provider` struct in "github.com/ga…
-
## Bug Report
#### What did you do?
Upgrade operator-sdk from 0.18.2 -> 1.0.0
#### What did you expect to see?
Hi, we were in the process of upgrading our golang operator from 0.18.x…
-
### What version of Go are you using (`go version`)?
go version go1.13.5 darwin/amd64
### What operating system and processor architecture are you using (`go env`)?
go env Output
$ go env
G…
-
I am trying to run a test of Delete Function in operator where I am deleting a `cronJob` , 'Deployment` and `ClusterRole` as a DeleteOption gives as DeletePropagationForeground.
In this case, k8sc…
-
`Step 2/3 : RUN go get github.com/codegangsta/gin && go get github.com/onsi/ginkgo/ginkgo && go get github.com/derekparker/delve/cmd/dlv && go get github.com/onsi/gomega/...
---> Running…
sas05 updated
3 years ago