Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetManagerOptions ¶
func GetManagerOptions() *managerOptions
func GetSidecarOptions ¶
func GetSidecarOptions() *sidecarOptions
Types ¶
type CommonOptions ¶
func GetCommonOptions ¶
func GetCommonOptions() *CommonOptions
func (*CommonOptions) AddFlags ¶
func (o *CommonOptions) AddFlags(cmd *cobra.Command)
func (*CommonOptions) Validate ¶
func (o *CommonOptions) Validate() error
type OperatorOptions ¶
type OperatorOptions struct { *CommonOptions Image string EnableAdmissionWebhook bool }
func GetOperatorOptions ¶
func GetOperatorOptions() *OperatorOptions
func (*OperatorOptions) AddFlags ¶
func (o *OperatorOptions) AddFlags(cmd *cobra.Command)
func (*OperatorOptions) Validate ¶
func (o *OperatorOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.