addAll

@JvmName(name = "addAllEnv")
fun DslList<EnvVar, AppConfigurationKt.Dsl.EnvProxy>.addAll(values: Iterable<EnvVar>)
Environment variables configured for this application.

repeated .elide.app.EnvVar env = 7;

Parameters

values

The env to add.


@JvmName(name = "addAllSecret")
fun DslList<Secret, AppConfigurationKt.Dsl.SecretProxy>.addAll(values: Iterable<Secret>)
Secrets configured for this application's access.

repeated .elide.app.Secret secret = 8;

Parameters

values

The secret to add.


@JvmName(name = "addAllService")
fun DslList<Service, AppConfigurationKt.Dsl.ServiceProxy>.addAll(values: Iterable<Service>)
Exposed services for this application.

repeated .elide.net.Service service = 9;

Parameters

values

The service to add.


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

repeated .elide.kv.Namespace kv = 10;

Parameters

values

The kv to add.


@JvmName(name = "addAllDb")
fun DslList<Database, AppConfigurationKt.Dsl.DbProxy>.addAll(values: Iterable<Database>)
Database connections configured for this application.

repeated .elide.db.Database db = 11;

Parameters

values

The db to add.


@JvmName(name = "addAllDomain")
fun DslList<Domain, AppConfigurationKt.Dsl.DomainProxy>.addAll(values: Iterable<Domain>)
Custom domains mapped for this application.

repeated .elide.app.Domain domain = 12;

Parameters

values

The domain to add.


Configuration suites to make available to the application.

repeated .elide.app.AppConfigurationSuite config = 13;

Parameters

values

The config to add.