Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SuccessSynced is used as part of the Event 'reason' when a Identity is synced SuccessSynced = "Synced" // IdentitySynced is the `message` when an Identity is synced IdentitySynced = "Identity synced successfully" )
Variables ¶
This section is empty.
Functions ¶
func IndexIAMIdentityMappingByCanonicalArn ¶
IndexIAMIdentityMappingByCanonicalArn collects the information for the additional indexer used for finding identities
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller implements the logic for getting and mutating IAMIdentityMappings
func New ¶
func New( kubeclientset kubernetes.Interface, iamclientset clientset.Interface, iamMappingInformer informers.IAMIdentityMappingInformer) *Controller
New will initialize a default controller object
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
Run will implement the loop for processing items
Click to show internal directories.
Click to hide internal directories.