package
0.0.0-20241217143231-03f3e0b41222
Repository: https://github.com/openshift/multi-operator-manager.git
Documentation: pkg.go.dev

# README

This package is used for making binaries that can be used for integration testing and for our actual commands. We probably don't need to move this to library-go because operators will not need to depend on it.

# Functions

ExecApplyConfiguration takes a binaryPath, inputDir, and desiredOutputDir and runs the binary It then reads the result directory and returns the result.

# Structs

No description provided by the author