Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNotifyHandler ¶
func NewNotifyHandler[T meta.Object, C NotifyHandlerClient[T]](name string, operator operator.Operator, client NotifyHandlerClientFactory[T, C], gvk schema.GroupVersionKind, notifiable ...schema.GroupVersionKind) operator.Handler
Types ¶
type NotifyHandlerClient ¶
type NotifyHandlerClient[T meta.Object] interface { generic.GetInterface[T] }
type NotifyHandlerClientFactory ¶
type NotifyHandlerClientFactory[T meta.Object, C NotifyHandlerClient[T]] func(namespace string) C
Click to show internal directories.
Click to hide internal directories.