Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerRunOptions ¶
type ControllerRunOptions struct { KubeConfig string CAFile string LogCertSecret string EnableInventory bool EnableLeaderElection bool EnableRBAC bool QPS float32 Burst int }
ControllerRunOptions for the hcm controller.
func NewControllerRunOptions ¶
func NewControllerRunOptions() *ControllerRunOptions
NewControllerRunOptions creates a new ServerRunOptions object with default values.
func (*ControllerRunOptions) AddFlags ¶
func (o *ControllerRunOptions) AddFlags(fs *pflag.FlagSet)
AddFlags adds flags for ServerRunOptions fields to be specified via FlagSet.
Click to show internal directories.
Click to hide internal directories.