Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationChanged ¶
type ApplicationChanged ApplicationChangedFunc
ApplicationChanged is an event filter triggering when the application is changed.
func (ApplicationChanged) Create ¶
func (ApplicationChanged) Create(event.CreateEvent) bool
func (ApplicationChanged) Delete ¶
func (ApplicationChanged) Delete(event.DeleteEvent) bool
func (ApplicationChanged) Generic ¶
func (ApplicationChanged) Generic(event.GenericEvent) bool
func (ApplicationChanged) Update ¶
func (f ApplicationChanged) Update(e event.UpdateEvent) bool
type ApplicationChangedFunc ¶
type ApplicationChangedFunc func(appOld, appNew argocdv1alpha1.Application) bool
ApplicationChangedFunc is a function to compare the application. It must return true if the application is changed.
Click to show internal directories.
Click to hide internal directories.