client-gok8s.io/client-go/discovery/cached/memory Index | Files

package memory

import "k8s.io/client-go/discovery/cached/memory"

Index

Variables

var (
	ErrCacheNotFound = errors.New("not found")
)

Error Constants

Functions

func NewMemCacheClient

NewMemCacheClient creates a new CachedDiscoveryInterface which caches discovery information in memory and will stay up-to-date if Invalidate is called with regularity.

NOTE: The client will NOT resort to live lookups on cache misses.

Source Files

memcache.go

Version
v0.19.0
Published
Aug 26, 2020
Platform
js/wasm
Imports
11 packages
Last checked
1 minute ago

Tools for package owners.