objectcache

package
v0.2.31 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubernetesCache

type KubernetesCache interface {
	GetClientset() kubernetes.Interface
}

type KubernetesCacheImpl

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

func NewKubernetesCache

func NewKubernetesCache(kubernetesClient *k8sinterface.KubernetesApi) *KubernetesCacheImpl

func (KubernetesCacheImpl) GetClientset

func (kc KubernetesCacheImpl) GetClientset() kubernetes.Interface

type KubernetesCacheMockImpl

type KubernetesCacheMockImpl struct{}

func (KubernetesCacheMockImpl) GetClientset

func (om KubernetesCacheMockImpl) GetClientset() kubernetes.Interface

type ObjectCache

type ObjectCache interface {
	GetKubernetesCache() KubernetesCache
}

type ObjectCacheImpl

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

func NewObjectCache

func NewObjectCache(kubernetesCache KubernetesCache) *ObjectCacheImpl

func (ObjectCacheImpl) GetKubernetesCache

func (oc ObjectCacheImpl) GetKubernetesCache() KubernetesCache

Jump to

Keyboard shortcuts

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