clear

@JvmName(name = "clearEnv")
fun DslList<EnvVar, AppConfigurationKt.Dsl.EnvProxy>.clear()
Environment variables configured for this application.

repeated .elide.app.EnvVar env = 7;


@JvmName(name = "clearSecret")
fun DslList<Secret, AppConfigurationKt.Dsl.SecretProxy>.clear()
Secrets configured for this application's access.

repeated .elide.app.Secret secret = 8;


@JvmName(name = "clearService")
fun DslList<Service, AppConfigurationKt.Dsl.ServiceProxy>.clear()
Exposed services for this application.

repeated .elide.net.Service service = 9;


@JvmName(name = "clearKv")
fun DslList<Namespace, AppConfigurationKt.Dsl.KvProxy>.clear()
Key-value namespaces configured for this application.

repeated .elide.kv.Namespace kv = 10;


@JvmName(name = "clearDb")
fun DslList<Database, AppConfigurationKt.Dsl.DbProxy>.clear()
Database connections configured for this application.

repeated .elide.db.Database db = 11;


@JvmName(name = "clearDomain")
fun DslList<Domain, AppConfigurationKt.Dsl.DomainProxy>.clear()
Custom domains mapped for this application.

repeated .elide.app.Domain domain = 12;


Configuration suites to make available to the application.

repeated .elide.app.AppConfigurationSuite config = 13;