From d5ca65b63fa6245a853b44bc1e8d08848f2012cf Mon Sep 17 00:00:00 2001 From: AdoHe Date: Fri, 22 Jul 2016 00:16:36 -0400 Subject: [PATCH] doc third party resource usage more cleanly --- docs/design/extending-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/design/extending-api.md b/docs/design/extending-api.md index 4c7049af28b..f80bca74f76 100644 --- a/docs/design/extending-api.md +++ b/docs/design/extending-api.md @@ -132,6 +132,8 @@ versions: Then the API server will program in the new RESTful resource path: * `/apis/stable.example.com/v1/namespaces//crontabs/...` +**Note: This may take a while before RESTful resource path registration happen, please +always check this before you create resource instances.** Now that this schema has been created, a user can `POST`: