diff options
| author | AdoHe <coolhzb@163.com> | 2016-07-22 00:16:36 -0400 |
|---|---|---|
| committer | AdoHe <coolhzb@163.com> | 2016-07-22 00:16:36 -0400 |
| commit | 1ef459e015781e6d74e11fa864119f4bf17b2b75 (patch) | |
| tree | ef5dc7a01bb9b817da1e169fae30a043a3a7b7c1 | |
| parent | fa027eea67872811a0715c7c9c9db31b3b55ad62 (diff) | |
doc third party resource usage more cleanly
| -rw-r--r-- | extending-api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extending-api.md b/extending-api.md index 4c7049af..f80bca74 100644 --- a/extending-api.md +++ b/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/<namespace>/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`: |
