Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReconciler ¶
func NewReconciler(mgr ctrl.Manager) reconcile.Reconciler
NewReconciler returns a new reconcile.Reconciler
func NewRevisionOwnerAdapter ¶
func NewRevisionOwnerAdapter(podControl podcontrol.Interface) revision.OwnerAdapter
Types ¶
type CollaSetReconciler ¶
type CollaSetReconciler struct { *mixin.ReconcilerMixin // contains filtered or unexported fields }
CollaSetReconciler reconciles a CollaSet object
func (*CollaSetReconciler) DoReconcile ¶
func (r *CollaSetReconciler) DoReconcile( ctx context.Context, instance *appsv1alpha1.CollaSet, resources *collasetutils.RelatedResources) ( *time.Duration, *appsv1alpha1.CollaSetStatus, error)
type PodPredicate ¶
type PodPredicate struct { }
func (*PodPredicate) Create ¶
func (p *PodPredicate) Create(e event.CreateEvent) bool
Create returns true if the Create event should be processed
func (*PodPredicate) Delete ¶
func (p *PodPredicate) Delete(e event.DeleteEvent) bool
Delete returns true if the Delete event should be processed
func (*PodPredicate) Generic ¶
func (p *PodPredicate) Generic(e event.GenericEvent) bool
Generic returns true if the Generic event should be processed
func (*PodPredicate) Update ¶
func (p *PodPredicate) Update(e event.UpdateEvent) bool
Update returns true if the Update event should be processed
Click to show internal directories.
Click to hide internal directories.