package
0.0.0-20230410184907-c1592eb03b95
Repository: https://github.com/sambatv/aws-auth-operator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMapper returns a new Mapper object.
NewMapRole returns a new NewMapRole.
NewMapUser returns a new NewMapUser.
NewService returns an implementation of the Service interface.
ReadAuthMap reads the auth ConfigMap and returns AwsAuthData and the read ConfigMap.
UpdateAuthMap updates a given ConfigMap.
WithRetry runs the passed operation function with its arguments and retries on failures until success or max number of retry attempts have failed.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Arguments are the arguments for management of the auth map.
AwsAuthData represents the data of the aws-auth configmap.
Mapper is responsible for managing the auth map.
MapRole is the basic structure of a mapRoles authentication object.
MapUser is the basic structure of a mapUsers authentication object.
ServiceConfig is the configuration for a Service object.

# Interfaces

Service provides aws-auth configmap management behavior.

# Type aliases

DataType indicates the auth map management scope.
OperationType indicates the auth map management operation.