//
pkg.gl
Category
sigs.k8s.io/controller-runtime
pkg
client
interceptor
package
0.20.2
Repository:
https://github.com/kubernetes-sigs/controller-runtime.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
24
Files
138 SLOC
#
Functions
NewClient
NewClient returns a new interceptor client that calls the functions in funcs instead of the underlying client's methods, if they are not nil.
#
Structs
Funcs
Funcs contains functions that are called instead of the underlying client's methods.