addAll
Environment variables configured for this application.
Content copied to clipboard
repeated .elide.app.EnvVar env = 7;
Parameters
values
The env to add.
Secrets configured for this application's access.
Content copied to clipboard
repeated .elide.app.Secret secret = 8;
Parameters
values
The secret to add.
Exposed services for this application.
Content copied to clipboard
repeated .elide.net.Service service = 9;
Parameters
values
The service to add.
Key-value namespaces configured for this application.
Content copied to clipboard
repeated .elide.kv.Namespace kv = 10;
Parameters
values
The kv to add.
Database connections configured for this application.
Content copied to clipboard
repeated .elide.db.Database db = 11;
Parameters
values
The db to add.
Custom domains mapped for this application.
Content copied to clipboard
repeated .elide.app.Domain domain = 12;
Parameters
values
The domain to add.
fun DslList<AppConfigurationSuite, AppConfigurationKt.Dsl.ConfigProxy>.addAll(values: Iterable<AppConfigurationSuite>)
Configuration suites to make available to the application.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite config = 13;
Parameters
values
The config to add.