Documentation ¶
Index ¶
- func Watch(r common.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
- func WatchWithPointAnnotation(r common.Reconciler, gvk schema.GroupVersionKind, tags ...grafana.Tag) builder.Predicates
- func WatchWithRangeAnnotations(r common.Reconciler, gvk schema.GroupVersionKind, tags ...grafana.Tag) builder.Predicates
- type CreateFunc
- type DeleteFunc
- type GenericFunc
- type UpdateFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Watch ¶
func Watch(r common.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
func WatchWithPointAnnotation ¶ added in v1.0.39
func WatchWithPointAnnotation(r common.Reconciler, gvk schema.GroupVersionKind, tags ...grafana.Tag) builder.Predicates
func WatchWithRangeAnnotations ¶ added in v1.0.39
func WatchWithRangeAnnotations(r common.Reconciler, gvk schema.GroupVersionKind, tags ...grafana.Tag) builder.Predicates
Types ¶
type CreateFunc ¶
type CreateFunc func(e event.CreateEvent) bool
type DeleteFunc ¶
type DeleteFunc func(e event.DeleteEvent) bool
type GenericFunc ¶
type GenericFunc func(e event.GenericEvent) bool
type UpdateFunc ¶
type UpdateFunc func(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.