Update API Reference multi-pages for v1.24

This commit is contained in:
Philippe Martin
2022-04-09 09:47:23 +02:00
parent 5860eebf19
commit 363eea4e22
29 changed files with 1213 additions and 662 deletions
@@ -66,11 +66,6 @@ LimitRangeSpec defines a min/max usage limit for resources that match on kind.
- **limits.type** (string), required
Type of resource that this limit applies to.
Possible enum values:
- `"Container"` Limit that applies to all containers in a namespace
- `"PersistentVolumeClaim"` Limit that applies to all persistent volume claims in a namespace
- `"Pod"` Limit that applies to all pods in a namespace
- **limits.default** (map[string]<a href="{{< ref "../common-definitions/quantity#Quantity" >}}">Quantity</a>)