# Packages
No description provided by the author
# Functions
FindCredentialsRequestCondition iterates all conditions on a CredentialsRequest looking for the specified condition type.
GenerateNameWithFieldLimits lets you pass in two strings which will be clipped to their respective maximum lengths.
GenerateUniqueNameWithFieldLimits will take infraName and crName and shorten them if necessary to no longer than their respective MaxLen argument.
GetCredentialsRequestCloudType decodes a Spec.ProviderSpec and returns the kind field.
IsOperatorDisabled checks the cloud-credential-operator-config ConfigMap for a "disabled" property set to true.
No description provided by the author
LoadInfrastructureName loads the cluster Infrastructure config and returns the infra name used to identify this cluster, and tag some cloud objects.
LoadInfrastructureRegion loads the AWS region the cluster is installed to.
SetCredentialsRequestCondition sets the condition for the CredentialsRequest and returns the new slice of conditions.
UpdateConditionAlways returns true.
UpdateConditionIfReasonOrMessageChange returns true if there is a change in the reason or the message of the condition.
UpdateConditionNever return false.
# Type aliases
UpdateConditionCheck tests whether a condition should be updated from the old condition to the new condition.