Skip to content

Commit 3651e34

Browse files
committed
Add answer to the question APIRresourceSchema vs CustomResourceDefinition
Signed-off-by: Frederic Giloux <fgiloux@redhat.com>
1 parent 890a0a8 commit 3651e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/concepts/quickstart-tenancy-and-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Yay!
355355

356356
Q: Why is there a new `APIResourceSchema` resource type that appears to be very similar to `CustomResourceDefinition`?
357357

358-
A: FIXME
358+
A: An APIResourceSchema defines a single custom API type. It is almost identical to a CRD, but creating an APIResourceSchema instance does not add a usable API to the server. By intentionally decoupling the schema definition from serving, API owners can be more explicit about API evolution.
359359

360360
Q: Why do I have to append `/clusters/*/` to the `APIExport` service endpoint URL?
361361

0 commit comments

Comments
 (0)