Documentation
¶
Index ¶
- func WatchCall(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
- func WatchChaos(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
- func WatchCluster(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
- func WatchService(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
- func WatchTelemetry(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
- func WatchVirtualObject(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
- type CreateFunc
- type DeleteFunc
- type GenericFunc
- type UpdateFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WatchCall ¶
func WatchCall(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
func WatchChaos ¶
func WatchChaos(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
func WatchCluster ¶
func WatchCluster(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
func WatchService ¶
func WatchService(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
func WatchTelemetry ¶
func WatchTelemetry(r utils.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
func WatchVirtualObject ¶
func WatchVirtualObject(r utils.Reconciler, gvk schema.GroupVersionKind) 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.