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

Commit

Permalink
ref(TrafficTarget): update requirements for TrafficTarget
Browse files Browse the repository at this point in the history
Signed-off-by: Michelle Noorali <[email protected]>
  • Loading branch information
Michelle Noorali committed Dec 7, 2020
1 parent 6fbbadb commit 2e52af4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apis/traffic-access/traffic-access-WD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**API Version:** v1alpha3-WD

**Compatible With:** specs.smi-spec.io/v1alpha3
**Compatible With:** specs.smi-spec.io/v1alpha4-WD

This set of resources allows users to define access control policy for their
applications. It is the authorization side of the picture. Authentication should
Expand Down Expand Up @@ -36,6 +36,9 @@ define what traffic for specific protocols would look like. The kind can be
different depending on what traffic a target is serving. In the following
examples, `HTTPRouteGroup` is used for applications serving HTTP based traffic.

A valid `TrafficTarget` must specify a destination, at least one rule, and
at least one source.

To understand how this all fits together, first define the routes for some
traffic.

Expand Down

0 comments on commit 2e52af4

Please sign in to comment.