Documentation
¶
Overview ¶
Package webhook contains helpers for the notifaction webhooks of the controller. These webhooks can be used to notify other systems when something happens in the controller.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
SystemDatasourceChanged(context.Context, logr.Logger, string, string) error
LibraryDatasourceChanged(context.Context, logr.Logger, string) error
SystemDatasourceChangedOCP(context.Context, logr.Logger, string) error
LibraryDatasourceChangedOCP(context.Context, logr.Logger, string) error
}
Client defines the interface for the notification webhook client.
Click to show internal directories.
Click to hide internal directories.