Versions in this module Expand all Collapse all v0 v0.56.0 May 1, 2026 Changes in this version + var SyncMaxRetries = 6 + var SyncPollInterval = 5 * time.Second + func RotateSecret(ctx context.Context, input *RotateSecretInput) error + func VerifyRotationPermissions(out io.Writer, awsClient awsprovider.Client, accountID string, username string) error + type InsufficientPermissionsError struct + DeniedActions []string + func (e *InsufficientPermissionsError) Error() string + type RotateSecretInput struct + Account *awsv1alpha1.Account + AccountCRName string + AwsClient awsprovider.Client + DryRun bool + HiveKubeClient client.Client + ManagedClusterClient client.Client + OsdManagedAdminUsername string + Out io.Writer + UpdateCcsCreds bool