Documentation
¶
Overview ¶
Package kubernetes provides functions to trace k8s.io/client-go (https://github.com/kubernetes/client-go).
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestToResource ¶
RequestToResource parses a Kubernetes request and extracts a resource name from it.
func WrapRoundTripper ¶
func WrapRoundTripper(rt http.RoundTripper) http.RoundTripper
WrapRoundTripper wraps a RoundTripper intended for interfacing with Kubernetes and traces all requests.
func WrapRoundTripperFunc ¶
func WrapRoundTripperFunc(opts ...httptrace.RoundTripperOption) func(http.RoundTripper) http.RoundTripper
WrapRoundTripperFunc creates a new WrapTransport function using the given set of RountripperOption. It is useful when desiring to to enable Trace Analytics or setting up a RoundTripperAfterFunc.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.