Skip to content

Commit 3f35c6f

Browse files
feat: add GitOps API documentation (#347)
Signed-off-by: Xiaoxi He <[email protected]>
1 parent 71218df commit 3f35c6f

File tree

5 files changed

+9007
-0
lines changed

5 files changed

+9007
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
weight: 20
3+
---
4+
5+
# Application
6+
7+
<OpenAPIPath path="/gitops/v1/project/{project}/applications" />
8+
9+
<OpenAPIPath path="/gitops/v1/project/{project}/applications/{name}" />
10+
11+
<OpenAPIPath path="/gitops/v1/project/{project}/applications/{name}/events" />
12+
13+
<OpenAPIPath path="/gitops/v1/project/{project}/applications/{name}/refresh" />
14+
15+
<OpenAPIPath path="/gitops/v1/project/{project}/applications/{name}/sync" />
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
weight: 30
3+
---
4+
5+
# ApplicationSet
6+
7+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets" />
8+
9+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}" />
10+
11+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/applications" />
12+
13+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/applications/{app_name}" />
14+
15+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/applications/{app_name}/sync" />
16+
17+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/events" />
18+
19+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/prometheusrules" />
20+
21+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/prometheusrules/{rule_name}" />
22+
23+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/refresh" />
24+
25+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/sync" />
26+
27+
<OpenAPIPath path="/gitops/v1/project/{project}/applicationsets/{name}/topology" />
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
weight: 10
3+
---
4+
5+
# Core
6+
7+
<OpenAPIPath path="/gitops/v1/gql" />
8+
9+
<OpenAPIPath path="/gitops/v1/project/{project}/unifiedapps" />
10+
11+
<OpenAPIPath path="/gitops/v1/project/{project}/repository/apps" />
12+
13+
<OpenAPIPath path="/gitops/v1/project/{project}/repository/refs" />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# GitOps APIs
3+
4+
<Overview overviewHeaders={[]} />

0 commit comments

Comments
 (0)