Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubedgeBaseReconciler ¶
type KubedgeBaseReconciler struct { Client client.Client Scheme *runtime.Scheme Recorder record.EventRecorder ManagerFactory mgr.KubedgeResourceManagerFactory ReconcilePeriod time.Duration DepResourceWatchUpdater mgr.DependentResourceWatchUpdater }
KubedgeBaseReconciler reconciles custom resources as Workflow, Jobs....
func (*KubedgeBaseReconciler) BuildDependentPredicate ¶ added in v0.1.13
func (r *KubedgeBaseReconciler) BuildDependentPredicate() *crtpredicate.Funcs
buildDependentPredicate create the predicates used by subresources watches
Click to show internal directories.
Click to hide internal directories.