Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2021 v0.0.1 Nov 12, 2020 Changes in this version + const ACKRoleAccountMap + type AccountCache struct + func NewAccountCache(clientset kubernetes.Interface, log logr.Logger) *AccountCache + func (c *AccountCache) GetAccountRoleARN(accountID string) (string, bool) + func (c *AccountCache) Run(stopCh <-chan struct{}) + type Caches struct + Accounts *AccountCache + Namespaces *NamespaceCache + func New(clientset kubernetes.Interface, log logr.Logger) Caches + func (c Caches) Run() + func (c Caches) Stop() + type NamespaceCache struct + func NewNamespaceCache(clientset kubernetes.Interface, log logr.Logger) *NamespaceCache + func (c *NamespaceCache) GetDefaultRegion(namespace string) (string, bool) + func (c *NamespaceCache) GetOwnerAccountID(namespace string) (string, bool) + func (c *NamespaceCache) Run(stopCh <-chan struct{})