Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptionsReloaderDisk ¶
type OptionsReloaderDisk struct { Config *config.Configuration AppID string Dirs []string ComponentStore *compstore.ComponentStore Authorizer *authorizer.Authorizer Processor *processor.Processor Healthz healthz.Healthz }
type OptionsReloaderOperator ¶
type OptionsReloaderOperator struct { PodName string Namespace string Client operatorv1.OperatorClient Config *config.Configuration ComponentStore *compstore.ComponentStore Authorizer *authorizer.Authorizer Processor *processor.Processor Healthz healthz.Healthz }
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.