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

Commit 5ea7e93

Browse files
committed
Align the structure of the 4 APIs
Signed-off-by: Patrice Krakow <[email protected]>
1 parent 6fbbadb commit 5ea7e93

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

apis/traffic-access/traffic-access-WD.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
**API Version:** v1alpha3-WD
66

7-
**Compatible With:** specs.smi-spec.io/v1alpha3
7+
**Compatible with:** specs.smi-spec.io/v1alpha4-WD
8+
9+
## Specification
810

911
This set of resources allows users to define access control policy for their
1012
applications. It is the authorization side of the picture. Authentication should
@@ -13,8 +15,6 @@ already be handled by the underlying implementation and surfaced through a subje
1315
Access control in this specification is additive, all traffic is denied by default.
1416
See [tradeoffs](#tradeoffs) for a longer discussion about why.
1517

16-
## Specification
17-
1818
### TrafficTarget
1919

2020
A `TrafficTarget` associates a set of traffic definitions (rules) with a

apis/traffic-metrics/traffic-metrics-WD.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**API Version:** v1alpha2-WD
66

7-
## Specfication
7+
## Specification
88

99
This specification describes a resource that provides a common integration
1010
point for tools that can benefit by consuming metrics related to HTTP traffic.
@@ -51,7 +51,7 @@ are two main ways to query the API for metrics:
5151
* A sub-resource allows querying for all the edges associated with a specific
5252
resource.
5353

54-
## Specification
54+
### TrafficMetrics
5555

5656
The core resource is `TrafficMetrics`. It references a `resource`, has an `edge`
5757
and surfaces latency percentiles and request volume.
@@ -441,7 +441,7 @@ targets pods with an Envoy sidecar and periodically requests
441441
rules and force integrations to query those directly. This feels like it
442442
increases the bar for metrics stores to change their internal configuration
443443
around to support this specification. There is also not a multi-tenant story
444-
for Prometheus series visibility that maps across Kuberenetes RBAC. From the
444+
for Prometheus series visibility that maps across Kubernetes RBAC. From the
445445
other side, consumers of these metrics will have to do discovery of
446446
Prometheus' location in the cluster and do some kind of queries to surface the
447447
data that they need.

apis/traffic-specs/traffic-specs-WD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**API Group:** specs.smi-spec.io
44

5-
**Version:** v1alpha4-WD
5+
**API Version:** v1alpha4-WD
66

77
## Specification
88

apis/traffic-split/traffic-split-WD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**API Version:** v1alpha4-WD
66

7-
**Compatible with:** specs.smi-spec.io/v1alpha3
7+
**Compatible with:** specs.smi-spec.io/v1alpha4-WD
88

99
## Specification
1010

0 commit comments

Comments
 (0)