docs: Add a note about the wip extension status (#22950)

Signed-off-by: Ali Beyad <abeyad@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ f51f70f733b175eef3e76a14d0b5a8634c0497e0
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent ce804dbc46
commit a089dab41a
  1. 3
      STYLE.md

@ -34,6 +34,9 @@ In addition, the following conventions should be followed:
implementation. These indicate that the entity is not implemented in Envoy and the entity implementation. These indicate that the entity is not implemented in Envoy and the entity
should be hidden from the Envoy documentation. should be hidden from the Envoy documentation.
* For extensions that are a work-in-progress or the config proto documentation is hidden with
`[#not-implemented-hide:]`, set its `status` field to `wip` in `extensions_metadata.yaml`.
* Use a `(xds.annotations.v3.file_status).work_in_progress`, * Use a `(xds.annotations.v3.file_status).work_in_progress`,
`(xds.annotations.v3.message_status).work_in_progress`, or `(xds.annotations.v3.message_status).work_in_progress`, or
`(xds.annotations.v3.field_status).work_in_progress` option annotation for files, `(xds.annotations.v3.field_status).work_in_progress` option annotation for files,

Loading…
Cancel
Save