Skip to content

Commit 5d43da8

Browse files
AdministratorJounQin
authored andcommitted
add k8s rbac & project api
1 parent 2d895c8 commit 5d43da8

17 files changed

Lines changed: 36500 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Connector [dex.coreos.com/v1]
2+
3+
<OpenAPIPath path="/apis/dex.coreos.com/v1/namespaces/{namespace}/connectors" />
4+
5+
<OpenAPIPath path="/apis/dex.coreos.com/v1/namespaces/{namespace}/connectors/{name}" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
---
3+
4+
# Connector APIs
5+
6+
<Overview overviewHeaders={[]} />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
---
3+
4+
# Project APIs
5+
6+
<Overview overviewHeaders={[]} />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Project [auth.alauda.io/v1]
2+
<OpenAPIPath path="/apis/auth.alauda.io/v1/projects" />
3+
4+
<OpenAPIPath path="/apis/auth.alauda.io/v1/projects/{name}" />
5+
6+
<K8sCrd name="projects.auth.alauda.io" />
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ClusterRole [rbac.authorization.k8s.io/v1]
2+
3+
<OpenAPIPath path="/apis/rbac.authorization.k8s.io/v1/clusterroles" pathPrefix="/kubernetes/{cluster}" />
4+
5+
<OpenAPIPath path="/apis/rbac.authorization.k8s.io/v1/clusterroles/{name}" pathPrefix="/kubernetes/{cluster}" />
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ClusterRoleBinding [rbac.authorization.k8s.io/v1]
2+
3+
<OpenAPIPath path="/apis/rbac.authorization.k8s.io/v1/clusterrolebindings" pathPrefix="/kubernetes/{cluster}" />
4+
5+
<OpenAPIPath path="/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}" pathPrefix="/kubernetes/{cluster}" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
---
3+
4+
# RBAC APIs
5+
6+
<Overview overviewHeaders={[]} />
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Role [rbac.authorization.k8s.io/v1]
2+
3+
<OpenAPIPath path="/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles" pathPrefix="/kubernetes/{cluster}" />
4+
5+
<OpenAPIPath path="/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}" pathPrefix="/kubernetes/{cluster}" />
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# RoleBinding [rbac.authorization.k8s.io/v1]
2+
3+
<OpenAPIPath path="/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings" pathPrefix="/kubernetes/{cluster}" />
4+
5+
<OpenAPIPath path="/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}" pathPrefix="/kubernetes/{cluster}" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
---
3+
4+
# ServiceAccount APIs
5+
6+
<Overview overviewHeaders={[]} />

0 commit comments

Comments
 (0)