Versions in this module Expand all Collapse all v1 v1.5.11 Jun 3, 2026 Changes in this version + const OpenAPITitle + const OpenAPIVersion + func NewCommandStartPorchServer(ctx context.Context, defaults *PorchServerOptions) *cobra.Command + type PorchServerOptions struct + CacheDirectory string + CacheType string + CoreAPIKubeconfigPath string + DbCacheDataSource string + DbCacheDriver string + DbMaxConcurrentSyncs int + DbMaxConnLifetime time.Duration + DbMaxConnections int + DbMaxIdleConnections int + DbPushDrafsToGit bool + DefaultImagePrefix string + FunctionRunnerAddress string + ListTimeoutPerRepository time.Duration + LocalStandaloneDebugging bool + MaxConcurrentLists int + MaxRequestBodySize int + RecommendedOptions *genericoptions.RecommendedOptions + RepoOperationRetryAttempts int + RepoSyncFrequency time.Duration + RetryableGitErrors []string + SharedInformerFactory informers.SharedInformerFactory + StdErr io.Writer + StdOut io.Writer + UseUserDefinedCaBundle bool + func NewPorchServerOptions(out, errOut io.Writer) *PorchServerOptions + func (o *PorchServerOptions) AddFlags(fs *pflag.FlagSet) + func (o *PorchServerOptions) Complete() error + func (o *PorchServerOptions) Config() (*apiserver.Config, error) + func (o PorchServerOptions) RunPorchServer(ctx context.Context) error + func (o PorchServerOptions) Validate(args []string) error v1.5.10-test Jun 3, 2026