Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElasticSearchConfig ¶
type SearchStorageOptions ¶
type SearchStorageOptions struct {
SearchStorageType string
ElasticSearchAddresses []string
ElasticSearchName string
ElasticSearchPassword string
}
func NewSearchStorageOptions ¶
func NewSearchStorageOptions() *SearchStorageOptions
func (*SearchStorageOptions) AddFlags ¶
func (o *SearchStorageOptions) AddFlags(fs *pflag.FlagSet)
AddFlags adds flags for a specific Option to the specified FlagSet
func (*SearchStorageOptions) ApplyTo ¶
func (o *SearchStorageOptions) ApplyTo(config *apiserver.ExtraConfig) error
func (*SearchStorageOptions) Validate ¶
func (o *SearchStorageOptions) Validate() []error
Click to show internal directories.
Click to hide internal directories.