# Functions

IsKeyUniqueConstrained indicates whether or not a given key and its type there are unique constraints in place.
ValidateCredentials performs basic validation on a credential secret given the Kubernetes secret which contains credentials data.

# Constants

TypeKey indicates the key in a consumer secret which identifies the type of credential that is being provided for the consumer.

# Variables

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
No description provided by the author
No description provided by the author
SupportedTypes indicates all the "kongCredType"s which are supported for KongConsumer credentials.

# Structs

Credential is a metadata struct to help validate the contents of consumer credentials, particularly unique constraints on the underlying data.

# Type aliases

Index is a map of credentials types to a map of credential keys to the underlying values already seen for that type and key.