diff options
| -rw-r--r-- | contributors/devel/api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/api-conventions.md b/contributors/devel/api-conventions.md index cd8e97b3..2a935e64 100644 --- a/contributors/devel/api-conventions.md +++ b/contributors/devel/api-conventions.md @@ -156,7 +156,7 @@ is independent of the specific resource schema. Two additional subresources, `proxy` and `portforward`, provide access to cluster resources as described in -[accessing the cluster docs](https://kubernetes.io/docs/user-guide/accessing-the-cluster/). +[accessing the cluster](https://kubernetes.io/docs/user-guide/accessing-the-cluster/). The standard REST verbs (defined below) MUST return singular JSON objects. Some API endpoints may deviate from the strict REST pattern and return resources that |
