Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartProvenanceServer ¶
func NewCommandStartProvenanceServer(defaults *ProvenanceServerOptions, stopCh <-chan struct{}) *cobra.Command
NewCommandStartProvenanceServer provides a CLI handler for 'start master' command with a default ProvenanceServerOptions.
Types ¶
type ProvenanceServerOptions ¶
type ProvenanceServerOptions struct { RecommendedOptions *genericoptions.RecommendedOptions StdOut io.Writer StdErr io.Writer }
func NewProvenanceServerOptions ¶
func NewProvenanceServerOptions(out, errOut io.Writer) *ProvenanceServerOptions
func (*ProvenanceServerOptions) Complete ¶
func (o *ProvenanceServerOptions) Complete() error
func (*ProvenanceServerOptions) Config ¶
func (o *ProvenanceServerOptions) Config() (*apiserver.Config, error)
func (ProvenanceServerOptions) RunProvenanceServer ¶
func (o ProvenanceServerOptions) RunProvenanceServer(stopCh <-chan struct{}) error
func (ProvenanceServerOptions) Validate ¶
func (o ProvenanceServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.