controller

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

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

func IndexIAMIdentityMappingByCanonicalArn(obj interface{}) ([]string, error)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL