Add metadata.yaml for in-memory state store (#2991)

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
This commit is contained in:
Alessandro (Ale) Segala 2023-07-24 16:02:39 -07:00 committed by GitHub
parent f89c5afdce
commit c75005582b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -3,8 +3,8 @@ schemaVersion: v1
type: pubsub
name: in-memory
version: v1
status: beta
title: "In-Memory"
status: stable
title: "In-memory"
urls:
- title: Reference
url: https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-inmemory/

View File

@ -0,0 +1,11 @@
# yaml-language-server: $schema=../../component-metadata-schema.json
schemaVersion: v1
type: state
name: in-memory
version: v1
status: stable
title: "In-memory"
urls:
- title: Reference
url: https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-inmemory/
metadata: []