Versions in this module Expand all Collapse all v0 v0.50.0 Jul 29, 2026 Changes in this version + func SyncFunctionCR(ctx context.Context, cfg SyncConfig) error + type RegistryCredentials struct + Password string + Server string + Username string + type SyncConfig struct + FunctionName string + Namespace string + RegistryCredentials *RegistryCredentials + RepoBranch string + RepoPath string + RepoURL string + type Syncer struct + func NewSyncer(opts ...SyncerOpt) *Syncer + func (s *Syncer) Sync(ctx context.Context, f fn.Function) error + type SyncerOpt func(*Syncer) + func WithCredentialsProvider(cp oci.CredentialsProvider) SyncerOpt