Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BundleControllerConstructor ¶
type BundleControllerConstructor struct { Plugins []plugin.NewFunc ServiceCatalogSupport bool // To override things constructed by default. And for tests. SmithClient smithClientset.Interface SCClient scClientset.Interface APIExtClient apiExtClientset.Interface SmartClient bundlec.SmartClient }
func (*BundleControllerConstructor) AddFlags ¶
func (c *BundleControllerConstructor) AddFlags(flagset ctrl.FlagSet)
func (*BundleControllerConstructor) Describe ¶
func (c *BundleControllerConstructor) Describe() ctrl.Descriptor
func (*BundleControllerConstructor) New ¶
func (c *BundleControllerConstructor) New(config *ctrl.Config, cctx *ctrl.Context) (*ctrl.Constructed, error)
Click to show internal directories.
Click to hide internal directories.