Documentation
¶
Overview ¶
Package context provides the context for the controller
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerContext ¶
type ControllerContext struct {
client.Client
Manager manager.Manager
Scheme *runtime.Scheme
KubeClient kubernetes.Interface
Config configurator.Configurator
InformerCollection *fsminformers.InformerCollection
CertificateManager *certificate.Manager
RepoClient *repo.PipyRepoClient
Broker *messaging.Broker
EventHandler gateway.Controller
StopCh <-chan struct{}
MeshName string
FSMVersion string
KubeConfig *rest.Config
}
ControllerContext is the context for the controller
Click to show internal directories.
Click to hide internal directories.