Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerServerOptions ¶
type BrokerServerOptions struct { RecommendedOptions *genericoptions.RecommendedOptions ExtraOptions *ExtraOptions StdOut io.Writer StdErr io.Writer }
func NewBrokerServerOptions ¶
func NewBrokerServerOptions(out, errOut io.Writer) *BrokerServerOptions
func (BrokerServerOptions) AddFlags ¶
func (o BrokerServerOptions) AddFlags(fs *pflag.FlagSet)
func (*BrokerServerOptions) Complete ¶
func (o *BrokerServerOptions) Complete() error
func (BrokerServerOptions) Config ¶
func (o BrokerServerOptions) Config() (*server.BrokerServerConfig, error)
func (BrokerServerOptions) Run ¶
func (o BrokerServerOptions) Run(stopCh <-chan struct{}) error
func (BrokerServerOptions) Validate ¶
func (o BrokerServerOptions) Validate(args []string) error
type ExtraOptions ¶
type ExtraOptions struct { DefaultNamespace string CatalogPath string CatalogNames []string Async bool QPS float64 Burst int }
func NewExtraOptions ¶
func NewExtraOptions() *ExtraOptions
func (*ExtraOptions) AddFlags ¶
func (s *ExtraOptions) AddFlags(fs *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.