-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for missing properties in...
... CF resource 'put' params in Concourse Editor. Adding support for the following: - vars - vars_files - docker_username - docker_password - show_app_log - no_start See: #330
- Loading branch information
Showing
8 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...anguage-server/src/main/resources/desc/CloudFoundryPutParams/docker_password.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*Optional*. This should be the users password when authenticating against a protected docker registry. | ||
|
1 change: 1 addition & 0 deletions
1
...anguage-server/src/main/resources/desc/CloudFoundryPutParams/docker_username.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Optional*. This is used as the username to authenticate against a protected docker registry. |
1 change: 1 addition & 0 deletions
1
...ourse-language-server/src/main/resources/desc/CloudFoundryPutParams/no_start.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Optional*. Deploys the app but does not start it. This parameter is ignored when `current_app_name` is specified. |
2 changes: 2 additions & 0 deletions
2
...e-language-server/src/main/resources/desc/CloudFoundryPutParams/show_app_log.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*Optional*. Tails the app log during startup, useful to debug issues when using blue/green deploys together with the `current_app_name` option. | ||
|
1 change: 1 addition & 0 deletions
1
...concourse-language-server/src/main/resources/desc/CloudFoundryPutParams/vars.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Optional*. Map of variables to pass to manifest |
1 change: 1 addition & 0 deletions
1
...rse-language-server/src/main/resources/desc/CloudFoundryPutParams/vars_files.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*Optional*. List of variables files to pass to manifest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters