package enterprise_operator import "embed" //go:embed latest/* openshift/* var fs embed.FS // GetLatestOperatorStaticResources returns the fs with the embedded assets func GetLatestOperatorStaticResources() embed.FS { return fs }