Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Update ¶
type Update struct { NamespacedName types.NamespacedName Resource client.Object UpdateStatus func(client.Object) client.Object }
Update contain status update event information
type UpdateHandler ¶
type UpdateHandler struct {
// contains filtered or unexported fields
}
UpdateHandler handles status updates
func NewUpdateHandler ¶
func NewUpdateHandler(client client.Client) *UpdateHandler
NewUpdateHandler get a new status update handler
func (*UpdateHandler) Send ¶
func (updateHandler *UpdateHandler) Send(update Update)
Send public method to add status update events to the update channel.
Click to show internal directories.
Click to hide internal directories.