Documentation
¶
Index ¶
- type Cache
- func (c *Cache) GetAuthorizedEntries(agentID spiffeid.ID) []*types.Entry
- func (c *Cache) PruneExpiredAgents() int
- func (c *Cache) RemoveAgent(agentID string)
- func (c *Cache) RemoveEntry(entryID string)
- func (c *Cache) Stats() CacheStats
- func (c *Cache) UpdateAgent(agentID string, expiresAt time.Time, selectors []*types.Selector)
- func (c *Cache) UpdateEntry(entry *types.Entry)
- type CacheStats
- type Selector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) GetAuthorizedEntries ¶
func (*Cache) PruneExpiredAgents ¶
func (*Cache) RemoveAgent ¶
func (*Cache) RemoveEntry ¶
func (*Cache) Stats ¶ added in v1.10.2
func (c *Cache) Stats() CacheStats
func (*Cache) UpdateAgent ¶
func (*Cache) UpdateEntry ¶
type CacheStats ¶ added in v1.11.0
Click to show internal directories.
Click to hide internal directories.