Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalManager ¶
type LocalManager struct { AllowPrivileged bool LeaderElect bool WebhookCert string WebhookServerPort int IsMemberCluster bool Cluster string PivotClient multiclient.Client EnableControllers string NginxNamespace string NginxTcpServiceConfigMap string NginxUdpServiceConfigMap string ctrl.Manager ServiceReconciler *service.Reconciler }
LocalManager is used to list and watch the resource of local cluster, also has the way to register webhook
func (*LocalManager) Initialize ¶
func (m *LocalManager) Initialize() error
func (*LocalManager) Run ¶
func (m *LocalManager) Run(stop <-chan struct{})
Click to show internal directories.
Click to hide internal directories.