Documentation ¶
Index ¶
- type Framework
- func (f *Framework) Init() *rest.Config
- func (f *Framework) RunManager(cfg *rest.Config, managerSetup ManagerSetup) (context.Context, client.Client)
- func (f *Framework) SetupClient(cfg *rest.Config) (context.Context, client.Client)
- func (f *Framework) StartManager(ctx context.Context, cfg *rest.Config, managerSetup ManagerSetup)
- func (f *Framework) Teardown()
- type ManagerSetup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Framework ¶
type Framework struct { CRDPath string DepCRDPaths []string WebhookPath string // contains filtered or unexported fields }
func (*Framework) RunManager ¶ added in v0.5.0
func (*Framework) SetupClient ¶ added in v0.7.0
func (*Framework) StartManager ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.