Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerOptions ¶
type ControllerOptions struct { }
ControllerOptions contains options and configuration settings for the controller service.
func (*ControllerOptions) AddFlags ¶
func (s *ControllerOptions) AddFlags(fs *flag.FlagSet)
type NodeOptions ¶
type NodeOptions struct { }
NodeOptions contains options and configuration settings for the node service.
func (*NodeOptions) AddFlags ¶
func (o *NodeOptions) AddFlags(fs *flag.FlagSet)
type ServerOptions ¶
type ServerOptions struct { // DriverMode is the service mode the driver server should run in. DriverMode string // Endpoint is the endpoint that the driver server should listen on. Endpoint string }
ServerOptions contains options and configuration settings for the driver server.
Click to show internal directories.
Click to hide internal directories.