Files
Michael Crenshaw 9149021b2c feat(health): add crossplane and upbound health checks (#21479) (#22919)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-05-22 08:38:40 -04:00

11 lines
149 B
Go

package resource_customizations
import (
"embed"
)
// Embedded contains embedded resource customization
//
//go:embed all:*
var Embedded embed.FS