Documentation ¶
Index ¶
- func NewCommandStartWebConsoleServer(out, errOut io.Writer, stopCh <-chan struct{}) *cobra.Command
- type WebConsoleServerOptions
- func (o *WebConsoleServerOptions) Complete(cmd *cobra.Command) error
- func (o WebConsoleServerOptions) Config() (*webconsoleserver.AssetServerConfig, error)
- func (o WebConsoleServerOptions) RunWebConsoleServer(stopCh <-chan struct{}) error
- func (o WebConsoleServerOptions) Validate(args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebConsoleServerOptions ¶
type WebConsoleServerOptions struct { // we don't have any storage, so we shouldn't use the recommended options Audit *genericoptions.AuditOptions Features *genericoptions.FeatureOptions StdOut io.Writer StdErr io.Writer WebConsoleConfig *v1.WebConsoleConfiguration }
func NewWebConsoleServerOptions ¶
func NewWebConsoleServerOptions(out, errOut io.Writer) *WebConsoleServerOptions
func (*WebConsoleServerOptions) Complete ¶
func (o *WebConsoleServerOptions) Complete(cmd *cobra.Command) error
func (WebConsoleServerOptions) Config ¶
func (o WebConsoleServerOptions) Config() (*webconsoleserver.AssetServerConfig, error)
func (WebConsoleServerOptions) RunWebConsoleServer ¶
func (o WebConsoleServerOptions) RunWebConsoleServer(stopCh <-chan struct{}) error
func (WebConsoleServerOptions) Validate ¶
func (o WebConsoleServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.