Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sInventoryCache ¶
type K8sInventoryCache struct {
// contains filtered or unexported fields
}
K8sInventoryCache is a cache of Kubernetes resources such as pods and services that can be used by operators to enrich events.
func GetK8sInventoryCache ¶
func GetK8sInventoryCache() (*K8sInventoryCache, error)
func (*K8sInventoryCache) Close ¶
func (cache *K8sInventoryCache) Close()
func (*K8sInventoryCache) GetPods ¶
func (cache *K8sInventoryCache) GetPods() *v1.PodList
func (*K8sInventoryCache) GetSvcs ¶
func (cache *K8sInventoryCache) GetSvcs() *v1.ServiceList
func (*K8sInventoryCache) Start ¶
func (cache *K8sInventoryCache) Start()
func (*K8sInventoryCache) Stop ¶
func (cache *K8sInventoryCache) Stop()
Click to show internal directories.
Click to hide internal directories.