Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface {
Apply(context.Context, *apipb.ScheduledControlUpdate) (*apipb.ControlPlaneState, error)
Stats() interface{}
Init(context.Context) error
Close() 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.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package extproc provides an enactment.Backend implementation that relies on an external process to enact changes.
|
Package extproc provides an enactment.Backend implementation that relies on an external process to enact changes. |
|
container_test
command
|
Click to show internal directories.
Click to hide internal directories.