MCPcopy
hub / github.com/kubernetes/client-go / React

Method React

testing/fake.go:56–56  ·  view source on GitHub ↗

React handles the action and returns results. It may choose to delegate by indicated handled=false.

(action Action)

Source from the content-addressed store, hash-verified

54 // React handles the action and returns results. It may choose to
55 // delegate by indicated handled=false.
56 React(action Action) (handled bool, ret runtime.Object, err error)
57}
58
59// WatchReactor is an interface to allow the composition of watch functions.

Callers 3

InvokesMethod · 0.65
InvokesWatchMethod · 0.65
InvokesProxyMethod · 0.65

Implementers 3

SimpleReactortesting/fixture.go
SimpleWatchReactortesting/fixture.go
SimpleProxyReactortesting/fixture.go

Calls

no outgoing calls

Tested by

no test coverage detected