This is a new resource for setting key value pairs in our global world database. Currently only etcd is supported. Some of the implications and possibilities of this resource will become more obvious with future commits! You can bother/test this resource with these commands: ETCDCTL_API=3 etcdctl get "/_mgmt/strings/" --prefix=true ETCDCTL_API=3 etcdctl put "/_mgmt/strings/KEY/HOSTNAME" 42 Replace the KEY and HOSTNAME variables with the actual values you'd like to use. The 42 is the value that is set.
10 lines
115 B
YAML
10 lines
115 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
kv:
|
|
- name: kv1
|
|
key: "stage"
|
|
value: "3"
|
|
skiplessthan: true
|
|
edges: []
|