package
0.0.0-20240312021959-d0cda7252fa7
Repository: https://github.com/oneblock-ai/oneblock.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterSettingGeneratingHandler configures a SettingController to execute a SettingGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterSettingStatusHandler configures a SettingController to execute a SettingStatusHandler for every events observed.

# Interfaces

No description provided by the author
SettingCache interface for retrieving Setting resources in memory.
SettingClient interface for managing Setting resources in Kubernetes.
SettingController interface for managing Setting resources.
UserCache interface for retrieving User resources in memory.
UserClient interface for managing User resources in Kubernetes.
UserController interface for managing User resources.

# Type aliases

SettingGeneratingHandler is the top-level handler that is executed for every Setting event.
SettingStatusHandler is executed for every added or modified Setting.