Versions in this module Expand all Collapse all v0 v0.31.0 Apr 13, 2026 Changes in this version + type ReadyChecker interface + IsReady func() error + type ReadyFunc func() error + func (r ReadyFunc) IsReady() error + type RootPathResolver interface + ResolveRootPath func(urlPath string, context context.Context) (accepted bool, prefixToStrip string, completedContext context.Context) + type RootPathResolverFunc func(urlPath string, context context.Context) (accepted bool, prefixToStrip string, completedContext context.Context) + func (r RootPathResolverFunc) ResolveRootPath(urlPath string, context context.Context) (accepted bool, prefixToStrip string, completedContext context.Context) + type VirtualWorkspace interface + Register func(name string, rootAPIServerConfig genericapiserver.CompletedConfig, ...) (genericapiserver.DelegationTarget, error)