Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NginxConfig ¶
type Reconciler ¶ added in v1.7.0
type Reconciler struct { *NginxConfig client.Client Informer cache.Informer // contains filtered or unexported fields }
func NewServiceReconciler ¶ added in v1.7.0
func NewServiceReconciler(mgr manager.Manager, opts *NginxConfig) (*Reconciler, error)
func SetupWithManager ¶
func SetupWithManager(mgr ctrl.Manager, opts *NginxConfig) (*Reconciler, error)
SetupWithManager sets up the controller with the Manager.
func (*Reconciler) OnServiceAdd ¶ added in v1.7.0
func (s *Reconciler) OnServiceAdd(obj interface{})
func (*Reconciler) OnServiceDelete ¶ added in v1.7.0
func (s *Reconciler) OnServiceDelete(obj interface{})
func (*Reconciler) OnServiceUpdate ¶ added in v1.7.0
func (s *Reconciler) OnServiceUpdate(oldObj, newObj interface{})
Click to show internal directories.
Click to hide internal directories.