Merge pull request #34873 from SamLR/patch-1
Clarify that list, get and watch can return data
This commit is contained in:
@@ -74,6 +74,10 @@ PUT | update
|
|||||||
PATCH | patch
|
PATCH | patch
|
||||||
DELETE | delete (for individual resources), deletecollection (for collections)
|
DELETE | delete (for individual resources), deletecollection (for collections)
|
||||||
|
|
||||||
|
{{< caution >}}
|
||||||
|
The `get`, `list` and `watch` verbs can all return the full details of a resource. In terms of the returned data they are equivalent. For example, `list` on `secrets` will still reveal the `data` attributes of any returned resources.
|
||||||
|
{{< /caution >}}
|
||||||
|
|
||||||
Kubernetes sometimes checks authorization for additional permissions using specialized verbs. For example:
|
Kubernetes sometimes checks authorization for additional permissions using specialized verbs. For example:
|
||||||
|
|
||||||
* [PodSecurityPolicy](/docs/concepts/security/pod-security-policy/)
|
* [PodSecurityPolicy](/docs/concepts/security/pod-security-policy/)
|
||||||
|
|||||||
Reference in New Issue
Block a user