Expand Up
@@ -5,7 +5,7 @@ metadata:
alm-examples: |-
[
{
"apiVersion": "feast.dev/v1alpha1",
"apiVersion": "feast.dev/v1",
"kind": "FeatureStore",
"metadata": {
"name": "sample"
Expand All
@@ -15,7 +15,7 @@ metadata:
}
},
{
"apiVersion": "feast.dev/v1alpha1",
"apiVersion": "feast.dev/v1",
"kind": "FeatureStore",
"metadata": {
"name": "sample-remote-servers"
Expand All
@@ -36,7 +36,7 @@ metadata:
}
},
{
"apiVersion": "feast.dev/v1alpha1",
"apiVersion": "feast.dev/v1",
"kind": "FeatureStore",
"metadata": {
"name": "sample-ui"
Expand All
@@ -50,15 +50,20 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2025-11-13T20:26:23Z"
operators.operatorframework.io/builder: operator-sdk-v1.38.0
createdAt: "2025-12-15T13:55:48Z"
operators.operatorframework.io/builder: operator-sdk-v1.39.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: feast-operator.v0.57.0
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: FeatureStore is the Schema for the featurestores API
displayName: Feature Store
kind: FeatureStore
name: featurestores.feast.dev
version: v1
- description: FeatureStore is the Schema for the featurestores API
displayName: Feature Store
kind: FeatureStore
Expand Down