# Functions
ExecControllerProtoFromConfigSet converts a config set to a ExecControllerRequest w/ proto.
ExecControllerYAMLFromConfigSet converts a config set to a ExecControllerRequest w/ YAML.
ExecuteController executes a controller and calls the callback with state.
# Constants
ControllerStatus_CONFIGURING indicates the controller is configuring.
ControllerStatus_ERROR indicates the controller is terminated with an error.
ControllerStatus_RUNNING indicates the controller is running.
ControllerStatus_UNKNOWN is unrecognized.
# Variables
Enum value maps for ControllerStatus.
Enum value maps for ControllerStatus.
ErrAllControllersFailed is returned if all controller configs failed to run.
# Structs
ExecControllerRequest is a protobuf request to execute a controller.
ExecControllerResponse is a protobuf response stream.
# Type aliases
ControllerStatus holds basic status for a controller.