Documentation
¶
Index ¶
- func Add(mgr manager.Manager) error
- type EnqueueRequestsForImageStream
- func (e *EnqueueRequestsForImageStream) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueRequestsForImageStream) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueRequestsForImageStream) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type ReconcileRuntimeComponent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnqueueRequestsForImageStream ¶
type EnqueueRequestsForImageStream struct {
handler.Funcs
WatchNamespaces []string
Client client.Client
}
EnqueueRequestsForImageStream enqueues reconcile Requests Runtime Components if the app is relying on the image stream
func (*EnqueueRequestsForImageStream) Delete ¶
func (e *EnqueueRequestsForImageStream) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueRequestsForImageStream) Generic ¶
func (e *EnqueueRequestsForImageStream) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueRequestsForImageStream) Update ¶
func (e *EnqueueRequestsForImageStream) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
type ReconcileRuntimeComponent ¶
type ReconcileRuntimeComponent struct {
// This client, initialized using mgr.Client() above, is a split client
// that reads objects from the cache and writes to the apiserver
appstacksutils.ReconcilerBase
}
ReconcileRuntimeComponent reconciles a RuntimeComponent object
func (*ReconcileRuntimeComponent) Reconcile ¶
Reconcile reads that state of the cluster for a RuntimeComponent object and makes changes based on the state read and what is in the RuntimeComponent.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.