Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Revert changes to traffic-specs
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Leong <[email protected]>
  • Loading branch information
adleong committed Mar 25, 2020
1 parent 3a22549 commit 76b2a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traffic-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 76b2a83

Please sign in to comment.