Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigCompiler = singleton.NewSingleton[*cuex.Compiler](func() *cuex.Compiler { compiler := cuex.NewCompilerWithInternalPackages( config.Package, ) return compiler })
ConfigCompiler ...
View Source
var WorkloadCompiler = singleton.NewSingleton[*cuex.Compiler](func() *cuex.Compiler { compiler := cuex.NewCompilerWithInternalPackages( config.Package, helm.Package, base64.Package, http.Package, kube.Package, cueext.Package, ) if cuex.EnableExternalPackageForDefaultCompiler { if err := compiler.LoadExternalPackages(context.Background()); err != nil { klog.Errorf("failed to load external packages for workload compiler: %v", err.Error()) } } return compiler })
WorkloadCompiler is the compiler for workload/component definitions
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.