From 6f6c8e11c6ee9073abd2b2dbd65ad7c90d6a0ff8 Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Wed, 25 Mar 2020 09:56:21 -0700 Subject: [PATCH] Fix api version in example Signed-off-by: Alex Leong --- traffic-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traffic-specs.md b/traffic-specs.md index 54173ab..a8c8bbe 100644 --- a/traffic-specs.md +++ b/traffic-specs.md @@ -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/v1alpha1 +apiVersion: specs.smi-spec.io/v1alpha2 kind: TCPRoute metadata: name: tcp-route