Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend func(context.Context, *apipb.ScheduledControlUpdate) (*apipb.ControlPlaneState, error)
Backend is the component that takes a ScheduledControlUpdate message for a given node and returns the new state for that node. If the error returned implements the gRPCStatus interface, the appropriate status will be used.
Click to show internal directories.
Click to hide internal directories.