Relative Content

Tag Archive for gokuberneteskubernetes-operator

Golang K8s operator – what is causing a nil pointer Error?

I’m developing a custom k8s operator that utilizes this go-client library: https://github.com/newrelic/newrelic-client-go/tree/main to makes API calls to New Relic (3rd party service). I’ve created a shared interface that I want to reuse between controllers that allows to interact with that API, but I’m receiving the following error when testing the operator: