Skip to content

Commit f997a1c

Browse files
committed
chore: add test cases for Nomad Service source
1 parent 2c13ebe commit f997a1c

File tree

3 files changed

+817
-0
lines changed

3 files changed

+817
-0
lines changed

docs/flags.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
| `--cf-password=""` | The password to log into the cloud foundry API |
1818
| `--gloo-namespace=gloo-system` | The Gloo Proxy namespace; specify multiple times for multiple namespaces. (default: gloo-system) |
1919
| `--skipper-routegroup-groupversion="zalando.org/v1"` | The resource version for skipper routegroup |
20+
| `--nomad-address=""` | Nomad endpoint address, if empty it defaults to NOMAD_ADDR or http://127.0.0.1:4646 |
21+
| `--nomad-region=""` | Nomad region to use. If not provided, the default agent region is used |
22+
| `--nomad-token=NOMAD-TOKEN` | Nomad per-request ACL token |
23+
| `--nomad-wait-time=0s` | WaitTime limits how long a Watch will block. If not provided, the agent default values will be used |
2024
| `--[no-]always-publish-not-ready-addresses` | Always publish also not ready addresses for headless services (optional) |
2125
| `--annotation-filter=""` | Filter resources queried for endpoints by annotation, using label selector semantics |
2226
| `--[no-]combine-fqdn-annotation` | Combine FQDN template and Annotations instead of overwriting |

0 commit comments

Comments
 (0)