Versions in this module Expand all Collapse all v0 v0.8.20 Mar 14, 2023 Changes in this version + func IsIPCacheNotFoundErr(err error) bool + type Cilium struct + func NewClient() (*Cilium, error) + func (c *Cilium) GetEndpoint(id uint64) (*models.Endpoint, error) + func (c *Cilium) GetFqdnCache() ([]*models.DNSLookup, error) + func (c *Cilium) GetIPCache() ([]*models.IPListEntry, error) + func (c *Cilium) GetIdentity(id uint64) (*models.Identity, error) + func (c *Cilium) GetServiceCache() ([]*models.Service, error) + type Client interface + EndpointList func() ([]*models.Endpoint, error) + GetEndpoint func(id uint64) (*models.Endpoint, error) + GetFqdnCache func() ([]*models.DNSLookup, error) + GetIPCache func() ([]*models.IPListEntry, error) + GetIdentity func(id uint64) (*models.Identity, error) + GetServiceCache func() ([]*models.Service, error)