Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CubeOptions ¶
type CubeOptions struct { GenericCubeOpts *cube.Config APIServerOpts *apiserver.Config CtrlMgrOpts *ctrlmgr.Config ClientMgrOpts *clients.Config CubeLoggerOpts *clog.Config AuthMgrOpts *authentication.Config }
func LoadConfigFromDisk ¶
func LoadConfigFromDisk() (*CubeOptions, error)
func NewCubeOptions ¶
func NewCubeOptions() *CubeOptions
func (*CubeOptions) NewCube ¶
func (s *CubeOptions) NewCube() *cube.Cube
func (*CubeOptions) Validate ¶
func (s *CubeOptions) Validate() []error
Validate verify options for every component todo(weilaaa): complete it
Click to show internal directories.
Click to hide internal directories.