mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-23 22:26:49 +00:00
* add e2e tests for addon manager Signed-off-by: zhujian <jiazhu@redhat.com> * test image override and node placement for addon manager Signed-off-by: zhujian <jiazhu@redhat.com> --------- Signed-off-by: zhujian <jiazhu@redhat.com>
7 lines
84 B
Go
7 lines
84 B
Go
package manifests
|
|
|
|
import "embed"
|
|
|
|
//go:embed addon
|
|
var AddonManifestFiles embed.FS
|