Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Environment ¶
type Environment interface { Start() error Stop() error Add(reconciler reconcile.Reconciler) GetConfig() *rest.Config GetLogs() string GetLogger() logr.Logger ResetLogs() WithWaitOptions(...WaitOption) Environment }
func NewTestEnvironment ¶
func NewTestEnvironment(dirElems ...string) Environment
type WaitOption ¶
type WaitOption interface {
Apply(*waitOptions)
}
type WebhookWaitOption ¶
type WebhookWaitOption bool
func (WebhookWaitOption) Apply ¶
func (w WebhookWaitOption) Apply(options *waitOptions)
type WorkerWaitOption ¶
type WorkerWaitOption bool
func (WorkerWaitOption) Apply ¶
func (w WorkerWaitOption) Apply(options *waitOptions)
Click to show internal directories.
Click to hide internal directories.