memory

package
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Cache added in v0.27.0

type Cache struct {
	// contains filtered or unexported fields
}

Cache is an in-memory store for API discovery objects.

func NewCache added in v0.27.0

func NewCache(ttl time.Duration) *Cache

func (*Cache) NewClientForConfig added in v0.27.0

func (c *Cache) NewClientForConfig(config *restclient.Config) (CachedDiscoveryClient, error)

NewClientForConfig returns a cached discovery client backed by the calling in-memory cache store.

type CachedDiscoveryClient

type CachedDiscoveryClient interface {
	ServerResourcesForGroupVersion(string) (*metav1.APIResourceList, error)
	ServerResources() ([]*metav1.APIResourceList, error)
	ServerGroupsAndResources() ([]*metav1.APIGroup, []*metav1.APIResourceList, error)
	ServerGroups() (*metav1.APIGroupList, error)
	RESTClient() restclient.Interface
	ServerPreferredResources() ([]*metav1.APIResourceList, error)
	ServerPreferredNamespacedResources() ([]*metav1.APIResourceList, error)
	ServerVersion() (*version.Info, error)
	OpenAPISchema() (*openapi_v2.Document, error)
	Fresh() bool
	Invalidate()
}

type MemCacheRoundTripper

type MemCacheRoundTripper interface {
	RoundTrip(req *http.Request) (*http.Response, error)
	CancelRequest(req *http.Request)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL