Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { WatchResource string Watcher watch.Interface WatchReactionFun k8stest.WatchReactionFunc PrependReactors []PrependOpt AddReactorRes string AddReactorVerb string AddReactorFun k8stest.ReactionFunc }
type PrependOpt ¶
type PrependOpt struct { Resource string Verb string Action k8stest.ReactionFunc }
Click to show internal directories.
Click to hide internal directories.