-
Notifications
You must be signed in to change notification settings - Fork 4
EnvironmentExtension
Simon Jahreiß edited this page Oct 27, 2016
·
11 revisions
This page describes how to create and configure an EnvironmentExtension.
To create an EnvironmentExtension use the following closures:
| Closure name | Returns | Description |
|---|---|---|
|
EnvironmentExtension |
Creates an EnvironmentExtension for Marathon. |
|
EnvironmentExtension |
Creates an EnvironmentExtension for Kubernetes. |
An EnvironmentExtension defines the following properties:
| Property name | Type | Required | Default value | Description |
|---|---|---|---|---|
|
String |
TRUE |
- |
The id of the environment. |
|
String |
TRUE |
- |
The base url of the environment. |
|
String |
FALSE |
"REPLACE" |
The strategy which is used for deployment/deletion. See Strategies for details. |
|
File[] |
TRUE |
- |
The list of configuration files that is used for deployment/deletion. See configuration files for details. |
|
FALSE |
- |
Defines the ssl options. |
|
|
FALSE |
- |
Defines the authentication options. |
