Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultContextLoaderFactory ¶
func DefaultContextLoaderFactory(cmResolver engineapi.ConfigmapResolver, opts ...ContextLoaderFactoryOptions) engineapi.ContextLoaderFactory
func DefaultRegistryClientFactory ¶ added in v1.10.5
func DefaultRegistryClientFactory(globalClient engineapi.RegistryClient, secretsLister corev1listers.SecretNamespaceLister) engineapi.RegistryClientFactory
Types ¶
type ContextLoaderFactoryOptions ¶
type ContextLoaderFactoryOptions func(*contextLoader)
func WithAPICallConfig ¶ added in v1.10.6
func WithAPICallConfig(config apicall.APICallConfiguration) ContextLoaderFactoryOptions
func WithGlobalContextStore ¶ added in v1.12.0
func WithGlobalContextStore(gctxStore loaders.Store) ContextLoaderFactoryOptions
func WithInitializer ¶
func WithInitializer(initializer engineapi.Initializer) ContextLoaderFactoryOptions
Click to show internal directories.
Click to hide internal directories.