You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch removes the usage of both os.Getenv and pkg/lib from
throughout the codebase as a means to configure VM Operator. This
method was fragile and resulted in a serial test design. The new
package pkg/config is used to define the VM Operator configuration
as well as store/retrieve the config from a Go context.
Copy file name to clipboardExpand all lines: controllers/contentlibrary/v1alpha1/clustercontentlibraryitem/clustercontentlibraryitem_controller_unit_test.go
Copy file name to clipboardExpand all lines: controllers/contentlibrary/v1alpha2/clustercontentlibraryitem/clustercontentlibraryitem_controller_suite_test.go
Copy file name to clipboardExpand all lines: controllers/contentlibrary/v1alpha2/clustercontentlibraryitem/clustercontentlibraryitem_controller_unit_test.go
0 commit comments