package
1.4.0-alpha.2
Repository: https://github.com/stackpointcloud/kubernetes.git
Documentation: pkg.go.dev

# Functions

DecodeResources decodes a resource slice from the given reader.
EncodeResources encodes the given resource slice to the given writer.
NewCache creates a new cache.
No description provided by the author
NewRegistry returns a new executorinfo registry.

# Structs

Cache is an LRU cache for executor info objects.

# Interfaces

Registry is the interface that provides methods for interacting with a registry of ExecutorInfo objects Get looks up an ExecutorInfo object for the given hostname New returns an ExecutorInfo object based on a given hostname and resources Invalidate invalidates the given hostname from this registry.