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) UpdateAgent(agentID string, expiresAt time.Time, selectors []*types.Selector)
- func (c *Cache) UpdateEntry(entry *types.Entry)
- 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) UpdateAgent ¶
func (*Cache) UpdateEntry ¶
Click to show internal directories.
Click to hide internal directories.