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

Method Handles

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

Handles indicates whether or not this Reactor deals with a given action.

(action Action)

Source from the content-addressed store, hash-verified

51 // Handles indicates whether or not this Reactor deals with a given
52 // action.
53 Handles(action Action) bool
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)

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