Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ElasticClt ¶
type ElasticClt struct { Client *elastic.Client Conf config.ElasticsearchConf }
func (*ElasticClt) GetEvents ¶
func (e *ElasticClt) GetEvents(namespace, kind, kindName string)
func (*ElasticClt) ObjectCreated ¶
func (e *ElasticClt) ObjectCreated(obj event.Event)
func (*ElasticClt) ObjectDeleted ¶
func (e *ElasticClt) ObjectDeleted(obj event.Event)
func (*ElasticClt) ObjectUpdated ¶
func (e *ElasticClt) ObjectUpdated(obj event.Event)
Click to show internal directories.
Click to hide internal directories.