Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerConstructor ¶
type ControllerConstructor struct {
FlagConfigFile string
}
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)
type Options ¶
type Options struct { ASAPClientConfig pkiutil.ASAP Providers Providers `json:"providers"` Location options.Location `json:"location"` AllowMutateServices bool `json:"allowMutateServices"` }
func (*Options) DefaultAndValidate ¶
Click to show internal directories.
Click to hide internal directories.