Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceContext ¶
type ServiceContext struct { Recorder record.EventRecorder KubeConfig *rest.Config Config config.ConfigurationProviderInterface Log *logging.InternalLogger Store *store.Operator ConfigSchema config.Validator }
type WithInitialization ¶
type WithInitialization interface {
InitializeWithContext(sc *ServiceContext) error
}
WithInitialization allows to inject a context granting access to standard services like logging, key-value storage, kubeconfig or configuration provider
Click to show internal directories.
Click to hide internal directories.