Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGOPSFlags ¶
func AddKlogFlags ¶
func AddProfilingFlags ¶
func FlushProfiling ¶
func FlushProfiling() error
func InitProfiling ¶
func InitProfiling() error
Types ¶
type ControllerManagerServerOptions ¶
type ControllerManagerServerOptions struct { // WorkDir is the baseDir which command find any resource (project etc.) WorkDir string // Debug mode, after a successful execution of Pipeline, will retain runtime data, which includes task execution status and parameters. Debug bool MaxConcurrentReconciles int LeaderElection bool }
func NewControllerManagerServerOptions ¶
func NewControllerManagerServerOptions() *ControllerManagerServerOptions
func (*ControllerManagerServerOptions) Complete ¶
func (o *ControllerManagerServerOptions) Complete(cmd *cobra.Command, args []string)
func (*ControllerManagerServerOptions) Flags ¶
func (o *ControllerManagerServerOptions) Flags() cliflag.NamedFlagSets
Click to show internal directories.
Click to hide internal directories.