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
@@ -82,23 +82,13 @@ ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.
Possible enum values:
- `"DoesNotExist"`
- `"Exists"`
- `"In"`
- `"NotIn"`
- **scopeSelector.matchExpressions.scopeName** (string), required
The name of the scope that the selector applies to.
Possible enum values:
- `"BestEffort"` Match all pod objects that have best effort quality of service
- `"CrossNamespacePodAffinity"` Match all pod objects that have cross-namespace pod (anti)affinity mentioned. This is a beta feature enabled by the PodAffinityNamespaceSelector feature flag.
- `"NotBestEffort"` Match all pod objects that do not have best effort quality of service
- `"NotTerminating"` Match all pod objects where spec.activeDeadlineSeconds is nil
- `"PriorityClass"` Match all pod objects that have priority class mentioned
- `"Terminating"` Match all pod objects where spec.activeDeadlineSeconds >=0
- **scopeSelector.matchExpressions.values** ([]string)