Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2023 v0.0.1 Sep 19, 2022 Changes in this version + const AdminPasswordProperty + const AdminUsernameProperty + const ApplicationName + const ClientSecretClientIDProperty + const ClientSecretClientSecretProperty + const ClientSecretName + const ServingCertSecretName + var PodLabels = map[string]string + func ClientScopeDifferenceIntersection(a []v1alpha1.KeycloakClientScope, b []v1alpha1.KeycloakClientScope) (d []v1alpha1.KeycloakClientScope, i []v1alpha1.KeycloakClientScope) + func ClientSecret(cr *v1alpha1.KeycloakClient) *v1.Secret + func ClientSecretReconciled(cr *v1alpha1.KeycloakClient, currentState *v1.Secret) *v1.Secret + func ClientSecretSelector(cr *v1alpha1.KeycloakClient) client.ObjectKey + func DeprecatedClientSecret(cr *v1alpha1.KeycloakClient) *v1.Secret + func DeprecatedClientSecretSelector(cr *v1alpha1.KeycloakClient) client.ObjectKey + func FilterClientScopesByNames(clientScopes []v1alpha1.KeycloakClientScope, names []string) (filteredScopes []v1alpha1.KeycloakClientScope) + func GenerateRandomBytes(n int) []byte + func GenerateRandomString(s int) string + func GetRealmUserSecretName(keycloakNamespace, realmName, userName string) string + func IsIP(host []byte) bool + func KeycloakAdminSecret(cr *v1alpha1.Keycloak) *v1.Secret + func KeycloakAdminSecretReconciled(cr *v1alpha1.Keycloak, currentState *v1.Secret) *v1.Secret + func KeycloakAdminSecretSelector(cr *v1alpha1.Keycloak) client.ObjectKey + func MergeEnvs(a []v1.EnvVar, b []v1.EnvVar) []v1.EnvVar + func RealmCredentialSecret(cr *v1alpha1.KeycloakRealm, user *v1alpha1.KeycloakAPIUser, ...) *v1.Secret + func RealmCredentialSecretSelector(cr *v1alpha1.KeycloakRealm, user *v1alpha1.KeycloakAPIUser, ...) client.ObjectKey + func RoleDifferenceIntersection(a []v1alpha1.RoleRepresentation, b []v1alpha1.RoleRepresentation) (d []v1alpha1.RoleRepresentation, i []v1alpha1.RoleRepresentation) + func SanitizeNumberOfReplicas(numberOfReplicas int, isCreate bool) *int32 + func SanitizeResourceName(name string) string + func SanitizeResourceNameWithAlphaNum(text string) string