package
2.13.15
Repository: https://github.com/newrelic/nri-kubernetes.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new API Server client.
NewFileCacheClientWrapper wraps the given Client and caches the responses for the given TTL.
WithTimeProvider overrides the default TimeProvider (which returns the current time).

# Structs

NodeInfo contains information about a specific node.
TestAPIServer is for testing purposes.

# Interfaces

Client an interface for querying the k8s API server.
TimeProvider defines an interface that returns the current time.

# Type aliases

Option is a func that configures the fileCacheClient.