Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebhookServerOptions ¶
type WebhookServerOptions struct {
RecommendedOptions *genericoptions.RecommendedOptions
SolverGroup string
Solvers []webhook.Solver
StdOut io.Writer
StdErr io.Writer
}
func NewWebhookServerOptions ¶
func (*WebhookServerOptions) Complete ¶
func (o *WebhookServerOptions) Complete() error
func (WebhookServerOptions) Config ¶
func (o WebhookServerOptions) Config() (*apiserver.Config, error)
func (WebhookServerOptions) RunWebhookServer ¶
func (o WebhookServerOptions) RunWebhookServer(stopCh <-chan struct{}) error
func (WebhookServerOptions) Validate ¶
func (o WebhookServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.