diff options
| author | Chao Xu <xuchao@google.com> | 2015-10-12 13:56:55 -0700 |
|---|---|---|
| committer | Chao Xu <xuchao@google.com> | 2015-10-13 13:22:54 -0700 |
| commit | 2149a990c573ec8eedd0d266c01577433f353a4b (patch) | |
| tree | 05f601e455a510e62014d9b88a5850b72070dff1 | |
| parent | ed06fad35c9fa24fdd06cce328d66ca60cd38002 (diff) | |
remove code refernce
| -rw-r--r-- | api-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-group.md b/api-group.md index 53531d43..ec79efe0 100644 --- a/api-group.md +++ b/api-group.md @@ -122,7 +122,7 @@ Documentation for other releases can be found at 2. Spelling the URL: - The URL is in the form of prefix/group/version/. The prefix is hard-coded in the client/unversioned.Config (see [here](../../pkg/client/unversioned/experimental.go#L101)). The client should be able to figure out `group` and `version` using the RESTMapper. For a third-party client which does not have access to the RESTMapper, it should discover the mapping of `group`, `version` and `kind` by querying the server as described in point 2 of #server-side-implementation. + The URL is in the form of prefix/group/version/. The prefix is hard-coded in the client/unversioned.Config. The client should be able to figure out `group` and `version` using the RESTMapper. For a third-party client which does not have access to the RESTMapper, it should discover the mapping of `group`, `version` and `kind` by querying the server as described in point 2 of #server-side-implementation. 3. kubectl: |
