Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DWReconciler ¶
DWReconciler is the interface used by a Controller to do downward reconcile (tenant->super).
type PatrolReconciler ¶
type PatrolReconciler interface {
PatrollerDo()
}
PatrolReconciler is the interface used by a periodic checker to ensure the object consistency between tenant and super control plane.
type Request ¶
type Request struct { ClusterName string types.NamespacedName UID string }
Request contains the information needed by a DWReconciler to reconcile. It ONLY contains the meta that can uniquely identify an object without any state information which can lead to parallel reconcile.
type UWReconciler ¶
UWReconciler is the interface used by a Controller to do upward reconcile (super->tenant).
Click to show internal directories.
Click to hide internal directories.