Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/cluster peering 1.15 updates #16291

Merged
merged 63 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
e878d2d
initial commit
boruszak Jan 3, 2023
5a378f5
initial commit
boruszak Jan 3, 2023
1f7e812
Overview updates
boruszak Jan 3, 2023
e7c9bd9
Overview page improvements
boruszak Jan 3, 2023
114e2e2
More Overview improvements
boruszak Jan 4, 2023
7de3fde
improvements
boruszak Jan 6, 2023
8a02c06
Small fixes/updates
boruszak Jan 18, 2023
ccacb95
Updates
boruszak Jan 20, 2023
7d258eb
Merge branch 'main' into docs/cluster-peering-1-15
boruszak Feb 13, 2023
af8c762
Overview updates
boruszak Feb 13, 2023
9a8d6b7
Nav data
boruszak Feb 13, 2023
6b883ca
More nav updates
boruszak Feb 13, 2023
09f5410
Fix
boruszak Feb 13, 2023
e097e9c
updates
boruszak Feb 13, 2023
61a1ede
Updates + tip test
boruszak Feb 13, 2023
3537863
Directory test
boruszak Feb 13, 2023
eff206e
refining
boruszak Feb 14, 2023
c9cbf30
Create restructure w/ k8s
boruszak Feb 14, 2023
1134cb5
Single usage page
boruszak Feb 15, 2023
43cd275
Technical Specification
boruszak Feb 15, 2023
2ad793f
k8s pages
boruszak Feb 15, 2023
aee7767
typo
boruszak Feb 15, 2023
258fbc9
L7 traffic management
boruszak Feb 16, 2023
8524b8d
Manage connections
boruszak Feb 16, 2023
0ad0d2f
k8s page fix
boruszak Feb 16, 2023
323865f
Create page tab corrections
boruszak Feb 16, 2023
0b424b9
link to k8s
boruszak Feb 16, 2023
c6e2d78
intentions
boruszak Feb 16, 2023
06bdd63
corrections
boruszak Feb 16, 2023
f9d8c38
Add-on intention descriptions
boruszak Feb 16, 2023
3649acd
adjustments
boruszak Feb 16, 2023
e55c1a3
Missing </CodeTabs>
boruszak Feb 16, 2023
841d351
Diagram improvements
boruszak Feb 21, 2023
5bd19e0
Final diagram update
boruszak Feb 21, 2023
48de336
Apply suggestions from code review
boruszak Feb 22, 2023
f1c006f
diagram name fix
boruszak Feb 22, 2023
542350e
Fixes
boruszak Feb 22, 2023
0bc3374
Updates to index.mdx
boruszak Feb 22, 2023
e1365b6
Tech specs page corrections
boruszak Feb 22, 2023
975ffcb
Tech specs page rename
boruszak Feb 22, 2023
c27bc97
update link to tech specs
boruszak Feb 22, 2023
b482900
K8s - new pages + tech specs
boruszak Feb 22, 2023
aa4406f
k8s - manage peering connections
boruszak Feb 22, 2023
9455d46
k8s L7 traffic management
boruszak Feb 22, 2023
ec13a85
Separated establish connection pages
boruszak Feb 22, 2023
20b78d6
Directory fixes
boruszak Feb 22, 2023
72693f5
Usage clean up
boruszak Feb 22, 2023
d846066
k8s docs edits
boruszak Feb 22, 2023
67bf051
Updated nav data
boruszak Feb 22, 2023
0ee5fc4
CodeBlock Component fix
boruszak Feb 22, 2023
17c4561
filename
boruszak Feb 22, 2023
b955d67
CodeBlockConfig removal
boruszak Feb 22, 2023
56eeda3
Redirects
boruszak Feb 22, 2023
4d23304
Update k8s filenames
im2nguyen Feb 23, 2023
3533a73
Reshuffle k8s tech specs for clarity, fmt yaml files
im2nguyen Feb 23, 2023
7bf20dd
Update general cluster peering docs, reorder CLI > API > UI, cross li…
im2nguyen Feb 23, 2023
6863c6e
Fix config rendering in k8s usage docs, cross link to general usage f…
im2nguyen Feb 23, 2023
9a17957
fix legacy link
im2nguyen Feb 23, 2023
8ea006d
update k8s docs
im2nguyen Feb 23, 2023
41def9c
fix nested list rendering
im2nguyen Feb 23, 2023
70e4061
redirect fix
boruszak Feb 23, 2023
2666d18
Merge branch 'main' into docs/cluster-peering-1-15
boruszak Feb 23, 2023
5fdb4f2
page error
boruszak Feb 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/content/api-docs/operator/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ $ curl \
### Sample Response

<Tabs>

<Tab heading="OSS">

```json
{
"Usage": {
Expand All @@ -74,8 +76,11 @@ $ curl \
"ResultsFilteredByACLs": false
}
```

</Tab>

<Tab heading="Enterprise">

```json
{
"Usage": {
Expand Down Expand Up @@ -127,6 +132,7 @@ $ curl \
"ResultsFilteredByACLs": false
}
```

</Tab>
</Tabs>

Expand Down
Loading