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

Commit

Permalink
Align the structure of the 4 APIs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Krakow <patrice.krakow@gmail.com>
  • Loading branch information
patricekrakow committed Sep 29, 2020
1 parent 6fbbadb commit 5ea7e93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions apis/traffic-access/traffic-access-WD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

**API Version:** v1alpha3-WD

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

## Specification

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 All @@ -13,8 +15,6 @@ already be handled by the underlying implementation and surfaced through a subje
Access control in this specification is additive, all traffic is denied by default.
See [tradeoffs](#tradeoffs) for a longer discussion about why.

## Specification

### TrafficTarget

A `TrafficTarget` associates a set of traffic definitions (rules) with a
Expand Down
6 changes: 3 additions & 3 deletions apis/traffic-metrics/traffic-metrics-WD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**API Version:** v1alpha2-WD

## Specfication
## Specification

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

## Specification
### TrafficMetrics

The core resource is `TrafficMetrics`. It references a `resource`, has an `edge`
and surfaces latency percentiles and request volume.
Expand Down Expand Up @@ -441,7 +441,7 @@ targets pods with an Envoy sidecar and periodically requests
rules and force integrations to query those directly. This feels like it
increases the bar for metrics stores to change their internal configuration
around to support this specification. There is also not a multi-tenant story
for Prometheus series visibility that maps across Kuberenetes RBAC. From the
for Prometheus series visibility that maps across Kubernetes RBAC. From the
other side, consumers of these metrics will have to do discovery of
Prometheus' location in the cluster and do some kind of queries to surface the
data that they need.
Expand Down
2 changes: 1 addition & 1 deletion apis/traffic-specs/traffic-specs-WD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

**Version:** v1alpha4-WD
**API Version:** v1alpha4-WD

## Specification

Expand Down
2 changes: 1 addition & 1 deletion apis/traffic-split/traffic-split-WD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**API Version:** v1alpha4-WD

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

## Specification

Expand Down

0 comments on commit 5ea7e93

Please sign in to comment.