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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ Custom resources are extensions of the Kubernetes API. Kubernetes provides two w
10
10
schema that you specify.
11
11
The Kubernetes control plane serves and handles the storage of your custom resource. CRDs allow you to
12
12
create new types of resources for your cluster without writing and running a custom API server.
13
-
- The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) sits behind the primary API server, which acts as a proxy.
13
+
- The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/)
14
+
sits behind the primary API server, which acts as a proxy.
14
15
This arrangement is called API Aggregation(AA), which allows you to provide
15
16
specialized implementations for your custom resources by writing and
0 commit comments