# Packages
Package mock is a generated GoMock package.
# Functions
CanAccountBeClaimedByAccountClaim returns true when the account matches the given accountclaim.
CreateOrFindOU will create or find an existing OU and return its ID.
DeleteBucketContent deletes any content in a bucket if it is not empty.
IsSameAccountPoolNames is used to determine if two accountpool names reference the same accountpool, given a defaultAccountPool name.
MoveAccount will take an account and move it into the specified OU.
MoveAccountToOU takes care of all the logic surrounding moving an account into an OU.
NewReconcileAccountClaim initializes ReconcileAccountClaim
go:generate mockgen -build_flags --mod=mod -destination ./mock/cr-client.go -package mock sigs.k8s.io/controller-runtime/pkg/client Client .
# Constants
AccountClaimed indicates the account has been claimed in the accountClaim status.
AccountFailed indicates account reuse has failed.
AccountReady indicates account creation is ready.
AccountUnclaimed indicates the account has not been claimed in the accountClaim status.
# Structs
AccountClaimReconciler reconciles a AccountClaim object.
No description provided by the author