operator-lib
operator-lib copied to clipboard
This is a library to help Operator developers
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.19.0. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.19.0 2.19.0 Features Label Sets allow for more expressive and flexible label filtering. v2.18.0 2.18.0 Features Add --slience-skips...
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.4.1 to 1.4.2. Release notes Sourced from github.com/go-logr/logr's releases. v1.4.2 What's Changed Fix lint: named but unused params by @thockin in go-logr/logr#268 Add a Go report card,...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.1 What's Changed Security patches for golang.org/x/sys and google.golang.org/protobuf New Contributors @lukasauk made their first contribution in prometheus/client_golang#1494...
**Description of the change:** **Motivation for the change:**
In the operator sdk example for resource pruning referencing this lib, it shows using the `Config{}` struct and it doesn't line up at all with what i'm seeing here. Has...