Update API Reference multi-pages for v1.24
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user