readme: YAML is the pretty text config format we'll support. (#155)

pull/157/head
htuch 8 years ago committed by GitHub
parent 0784622819
commit 4cae126ae4
  1. 6
      README.md

@ -52,7 +52,11 @@ closed issue should also be included.
* [Proto3](https://developers.google.com/protocol-buffers/docs/proto3) will be * [Proto3](https://developers.google.com/protocol-buffers/docs/proto3) will be
used to specify the canonical API. This will provide directly the gRPC API and used to specify the canonical API. This will provide directly the gRPC API and
via gRPC-JSON transcoding the JSON REST API. via gRPC-JSON transcoding the JSON REST API. A textual YAML input will be
supported for filesystem configuration files (e.g. the bootstrap file), in
addition to JSON, as a syntactic convenience. YAML file contents will be
internally converted to JSON and then follow the standard JSON-proto3
conversion during Envoy config ingestion.
* xDS APIs should support eventual consistency. For example, if RDS references a * xDS APIs should support eventual consistency. For example, if RDS references a
cluster that has not yet been supplied by CDS, it should be silently ignored cluster that has not yet been supplied by CDS, it should be silently ignored

Loading…
Cancel
Save