package
0.0.0-20250325040603-118c1786ccc0
Repository: https://github.com/openshift/managed-upgrade-operator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

The cr-client.go is a lib required by mockgen tests. This lib is created from the controller-runtime client. With change in controller-runtime, we need to update the cr-client.go file as well. Using the command line, the following command can be used to update the cr-client.go file:

$ mockgen -package mocks -destination=cr-client.go sigs.k8s.io/controller-runtime/pkg/client Client,StatusWriter,Reader,Writer,SubResourceClient