# 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.