# Functions
NewAdminValidator creates a new validator for the admin section of the setup configuration.
NewDoguValidator creates a new validator for the dogu region of the setup configuration.
NewNamingValidator creates a new validator for the naming section of the setup configuration.
NewRegistryConfigEncryptedValidator creates a new validator for the registryConfigEncrypted region of the setup configuration.
NewResourcePatchConfigurationValidator creates a new validator.
NewSetupJsonConfigurationValidator creates a new setup json validator.
NewUserBackendValidator creates a new validator for the user backend section of the setup configuration.
SplitPemCertificates splits a certificate chain in pem format and returns all certificates of the chain as []string.
# Constants
DsTypeEmbedded is used to set up the EcoSystem with an embedded user backend (e.g.
DsTypeExternal is used to set up the EcoSystem with an external user backend.
# Interfaces
AdminValidator is used to validate the admin section of the setup configuration.
DoguValidator is used to validate the dogu section of the setup configuration.
NamingValidator is used to validate the naming section of the setup configuration.
RegistryConfigEncryptedValidator is used to validate the registry config encrypted section of the setup configuration.
UserBackendValidator is used to validate the user backend section of the setup configuration.