Versions in this module Expand all Collapse all v0 v0.0.1 Sep 20, 2024 Changes in this version + var EtcdPath string + var FlagsFns []func(fs *pflag.FlagSet) *pflag.FlagSet + var NewCommandStartServer = NewCommandStartWardleServer + var RecommendedConfigFns []func(*pkgserver.RecommendedConfig) *pkgserver.RecommendedConfig + var ServerOptionsFns []func(server *ServerOptions) *ServerOptions + func ApplyFlagsFns(fs *pflag.FlagSet) *pflag.FlagSet + func ApplyRecommendedConfigFns(in *pkgserver.RecommendedConfig) *pkgserver.RecommendedConfig + func NewCommandStartWardleServer(defaults *WardleServerOptions, stopCh <-chan struct{}) *cobra.Command + func SetOpenAPIDefinitions(name, version string, defs openapicommon.GetOpenAPIDefinitions) + type ServerOptions = WardleServerOptions + func ApplyServerOptionsFns(in *ServerOptions) *ServerOptions + type WardleServerOptions struct + RecommendedOptions *genericoptions.RecommendedOptions + StdErr io.Writer + StdOut io.Writer + func NewWardleServerOptions(out, errOut io.Writer, versions ...schema.GroupVersion) *WardleServerOptions + func (o *WardleServerOptions) Complete() error + func (o *WardleServerOptions) Config() (*apiserver.Config, error) + func (o WardleServerOptions) RunWardleServer(stopCh <-chan struct{}) error + func (o WardleServerOptions) Validate(args []string) error