Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WatchNamespace defines the namespaced to be watched for resources // empty mean watch for all namespaces WatchNamespace = "" RequeueDurationForConfigError = 10 * time.Second )
Functions ¶
This section is empty.
Types ¶
type RequestInfo ¶
type RequestInfo struct { reconcile.Request Client client.Client Object runtime.Object EvnRecorder record.EventRecorder Log logr.Logger }
func FromContext ¶
func FromContext(ctx context.Context) (RequestInfo, bool)
func (RequestInfo) NewContext ¶
func (r RequestInfo) NewContext(ctx context.Context) context.Context
Click to show internal directories.
Click to hide internal directories.