add

@JvmName(name = "addEnv")
fun DslList<EnvVar, AppConfigurationKt.Dsl.EnvProxy>.add(value: EnvVar)
Environment variables configured for this application.

repeated .elide.app.EnvVar env = 7;

Parameters

value

The env to add.


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

repeated .elide.app.Secret secret = 8;

Parameters

value

The secret to add.


@JvmName(name = "addService")
fun DslList<Service, AppConfigurationKt.Dsl.ServiceProxy>.add(value: Service)
Exposed services for this application.

repeated .elide.net.Service service = 9;

Parameters

value

The service to add.


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

repeated .elide.kv.Namespace kv = 10;

Parameters

value

The kv to add.


@JvmName(name = "addDb")
fun DslList<Database, AppConfigurationKt.Dsl.DbProxy>.add(value: Database)
Database connections configured for this application.

repeated .elide.db.Database db = 11;

Parameters

value

The db to add.


@JvmName(name = "addDomain")
fun DslList<Domain, AppConfigurationKt.Dsl.DomainProxy>.add(value: Domain)
Custom domains mapped for this application.

repeated .elide.app.Domain domain = 12;

Parameters

value

The domain to add.


Configuration suites to make available to the application.

repeated .elide.app.AppConfigurationSuite config = 13;

Parameters

value

The config to add.