You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,6 @@ Custom resources are extensions of the Kubernetes API. Kubernetes provides two w
13
13
- The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) sits behind the primary API server, which acts as a proxy.
14
14
This arrangement is called API Aggregation(AA), which allows you to provide
15
15
specialized implementations for your custom resources by writing and
16
-
deploying your own API server.
17
-
The main API server delegates requests to your API server for the custom resources that you handle,
18
-
making them available to all of its clients.
16
+
deploying your own API server.
17
+
The main API server delegates requests to your API server for the custom APIs that you specify,
0 commit comments