Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmRepositoryTypePredicate ¶
HelmRepositoryTypePredicate is a predicate that filters events for a given HelmRepository type.
func (HelmRepositoryTypePredicate) Create ¶
func (h HelmRepositoryTypePredicate) Create(e event.CreateEvent) bool
Create returns true if the Create event is for a HelmRepository of the given type.
func (HelmRepositoryTypePredicate) Delete ¶
func (h HelmRepositoryTypePredicate) Delete(e event.DeleteEvent) bool
Delete returns true if the Delete event is for a HelmRepository of the given type.
func (HelmRepositoryTypePredicate) Generic ¶
func (h HelmRepositoryTypePredicate) Generic(e event.GenericEvent) bool
Generic returns true if the Generic event is for a HelmRepository of the given type.
func (HelmRepositoryTypePredicate) Update ¶
func (h HelmRepositoryTypePredicate) Update(e event.UpdateEvent) bool
Update returns true if the Update event is for a HelmRepository of the given type.
Click to show internal directories.
Click to hide internal directories.