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
Click to show internal directories.
Click to hide internal directories.