diff --git a/app/docs/dev/protos/Dataplane.json b/app/docs/dev/protos/Dataplane.json index 92d4b6327..a6888446a 100644 --- a/app/docs/dev/protos/Dataplane.json +++ b/app/docs/dev/protos/Dataplane.json @@ -205,10 +205,6 @@ "type": "integer", "description": "Port on which the consumed service will be available to this data plane proxy. When transparent proxying is not used, Envoy will bind to this port." }, - "service": { - "type": "string", - "description": "DEPRECATED: use `networking.outbound[].tags['kuma.io/service']` Service name identified by the value of `kuma.io/service`." - }, "tags": { "additionalProperties": { "type": "string" diff --git a/app/docs/dev/protos/DataplaneOverview.json b/app/docs/dev/protos/DataplaneOverview.json index 8dcecf46a..04e4385b8 100644 --- a/app/docs/dev/protos/DataplaneOverview.json +++ b/app/docs/dev/protos/DataplaneOverview.json @@ -221,10 +221,6 @@ "type": "integer", "description": "Port on which the consumed service will be available to this data plane proxy. When transparent proxying is not used, Envoy will bind to this port." }, - "service": { - "type": "string", - "description": "DEPRECATED: use `networking.outbound[].tags['kuma.io/service']` Service name identified by the value of `kuma.io/service`." - }, "tags": { "additionalProperties": { "type": "string"