Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptionsReloaderDisk ¶
type OptionsReloaderDisk struct {
Dirs []string
ComponentStore *compstore.ComponentStore
Authorizer *authorizer.Authorizer
Processor *processor.Processor
}
type OptionsReloaderOperator ¶
type OptionsReloaderOperator struct {
PodName string
Namespace string
Client operatorv1.OperatorClient
ComponentStore *compstore.ComponentStore
Authorizer *authorizer.Authorizer
Processor *processor.Processor
}
type Reloader ¶
type Reloader struct {
// contains filtered or unexported fields
}
func NewDisk ¶
func NewDisk(opts OptionsReloaderDisk) (*Reloader, error)
func NewOperator ¶
func NewOperator(opts OptionsReloaderOperator) *Reloader
Click to show internal directories.
Click to hide internal directories.