From 76b2a836ffb4ed9441d0ce0f9c5ebf00d3059674 Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Wed, 25 Mar 2020 11:17:42 -0700 Subject: [PATCH] Revert changes to traffic-specs Signed-off-by: Alex Leong --- traffic-specs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traffic-specs.md b/traffic-specs.md index 9f54146..54173ab 100644 --- a/traffic-specs.md +++ b/traffic-specs.md @@ -19,7 +19,7 @@ This resource is used to describe HTTP/1 and HTTP/2 traffic. It enumerates the routes that can be served by an application. ```yaml -apiVersion: specs.smi-spec.io/v1alpha1 +apiVersion: specs.smi-spec.io/v1alpha2 kind: HTTPRouteGroup metadata: name: the-routes @@ -136,7 +136,7 @@ This resource is used to describe L4 TCP traffic. It is a simple route which con an application to receive raw non protocol specific traffic. ```yaml -apiVersion: specs.smi-spec.io/v1alpha2 +apiVersion: specs.smi-spec.io/v1alpha1 kind: TCPRoute metadata: name: tcp-route