You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/feast-operator/docs/api/markdown/ref.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,10 @@ Set to an empty array to disable auto-injection. |
269
269
| `affinity`_[Affinity](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#affinity-v1-core)_ | Affinity defines the pod scheduling constraints for the FeatureStore deployment.
270
270
When scaling is enabled and this is not set, the operator auto-injects a soft
271
271
pod anti-affinity rule to prefer spreading pods across nodes. |
272
+
| `resourceClaims`_[PodResourceClaim](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#podresourceclaim-v1-core) array_ | ResourceClaims defines which ResourceClaims must be allocated
273
+
and reserved before the Pod is allowed to start. The resources
274
+
will be made available to those containers which consume them
0 commit comments