Versions in this module Expand all Collapse all v0 v0.1.0 Feb 13, 2026 Changes in this version + const DefaultSecureServingPort + func InstallAPIGroup(server *genericapiserver.GenericAPIServer, ...) error + func NewAPIGroupInfo(scheme *runtime.Scheme, codecs serializer.CodecFactory, ...) (*genericapiserver.APIGroupInfo, error) + func NewGenericAPIServer(recommendedConfig *genericapiserver.RecommendedConfig) (*genericapiserver.GenericAPIServer, error) + func NewRecommendedConfig(scheme *runtime.Scheme, codecs serializer.CodecFactory, ...) (*genericapiserver.RecommendedConfig, error) + func NewScheme() *runtime.Scheme + func Run(ctx context.Context) error + func RunWithOptions(ctx context.Context, opts Options) error + type Options struct + ClientProvider coder.ClientProvider + CoderNamespace string + CoderRequestTimeout time.Duration + CoderSessionToken string + CoderURL string + Listener net.Listener + SecureServingPort int