Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InformerSet = wire.NewSet( NewInformerManager, )
pkg/informer/provider.go
Functions ¶
This section is empty.
Types ¶
type InformerManager ¶
type InformerManager struct {
// contains filtered or unexported fields
}
func NewInformerManager ¶
func NewInformerManager( secretRepo *repo.SecretRepo, configmapRepo *repo.ConfigMapRepo, eventRepo *repo.EventRepo, namespaceRepo *repo.NamespaceRepo, rsRep *repo.RsRep, deployRepo *repo.DeploymentRepo, podRepo *repo.PodRepo, ) *InformerManager
func (*InformerManager) InitInformers ¶
func (this *InformerManager) InitInformers() error
Click to show internal directories.
Click to hide internal directories.