Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomMain ¶
func CustomMain(plugins map[voyager.ResourceType]wiringplugin.WiringPlugin, tags wiring.TagGenerator)
Types ¶
type ControllerConstructor ¶
type ControllerConstructor struct { FlagConfigFile string Plugins map[voyager.ResourceType]wiringplugin.WiringPlugin Tags wiring.TagGenerator }
func (*ControllerConstructor) AddFlags ¶
func (cc *ControllerConstructor) AddFlags(flagset ctrl.FlagSet)
func (*ControllerConstructor) Describe ¶
func (cc *ControllerConstructor) Describe() ctrl.Descriptor
func (*ControllerConstructor) New ¶
func (cc *ControllerConstructor) New(config *ctrl.Config, cctx *ctrl.Context) (*ctrl.Constructed, error)
Click to show internal directories.
Click to hide internal directories.