var PalletFixtures embed.FS
func LoadCRDs(opts ...Option) ([]*v1.CustomResourceDefinition, error)
LoadCRDs loads the embedded CRD test fixtures and marshals them into client.Object structs that are ready to be applied to any K8s server
func Only(dir string) func(*options)
Only makes LoadCRDs only return CRDs from directories with the provided name. e.g., to only read the Edge CRDs, pass "edge"
▹ Example
type Option func(*options)
type Path struct { *layout.Path }
func Layout() (*Path, error)
Layout copies the embedded Image Layout to a test's temp directory and then instantiates it.
func (p *Path) Push(dst name.Reference, pkg, tag string, opts ...remote.Option) error
Push pushes an artifact from the Image Layout identified by package name and tag to a remote registry