Versions in this module Expand all Collapse all v0 v0.0.3 Nov 23, 2022 v0.0.1 Nov 23, 2022 Changes in this version + type CRDMapper struct + func NewCRDMapper(cfg config.Config) (*CRDMapper, error) + func NewCRDMapperWithIndexer(iamMappingsIndex cache.Indexer) *CRDMapper + func (m *CRDMapper) IsAccountAllowed(accountID string) bool + func (m *CRDMapper) Map(canonicalARN string) (*config.IdentityMapping, error) + func (m *CRDMapper) Name() string + func (m *CRDMapper) Start(stopCh <-chan struct{}) error