mirror of https://github.com/dapr/docs.git
Merge branch 'v1.12' into asb-metadata-bindings
This commit is contained in:
commit
c750c8b23e
|
@ -36,6 +36,7 @@ spec:
|
||||||
| `namespace` | Y | Input | The Kubernetes namespace to read events from | `"default"` |
|
| `namespace` | Y | Input | The Kubernetes namespace to read events from | `"default"` |
|
||||||
| `resyncPeriodInSec` | N | Input | The period of time to refresh event list from Kubernetes API server. Defaults to `"10"` | `"15"`
|
| `resyncPeriodInSec` | N | Input | The period of time to refresh event list from Kubernetes API server. Defaults to `"10"` | `"15"`
|
||||||
| `direction` | N | Input | The direction of the binding | `"input"`
|
| `direction` | N | Input | The direction of the binding | `"input"`
|
||||||
|
| `kubeconfigPath` | N | Input | The path to the kubeconfig file. If not specified, the binding uses the default in-cluster config value | `"/path/to/kubeconfig"`
|
||||||
|
|
||||||
## Binding support
|
## Binding support
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,11 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
||||||
|
|
||||||
## Spec metadata fields
|
## Spec metadata fields
|
||||||
|
|
||||||
For the Kubernetes secret store component, there are no metadata attributes.
|
| Field | Required | Details | Example |
|
||||||
|
|--------------------|:--------:|------------|-----|---------|
|
||||||
|
| `defaultNamespace` | N | Default namespace to retrieve secrets from. If unset, the namespace must be specified for each key, as `namespace/secretName/key` | `"default-ns"` |
|
||||||
|
| `kubeconfigPath` | N | The path to the kubeconfig file. If not specified, the component uses the default in-cluster config value | `"/path/to/kubeconfig"`
|
||||||
|
|
||||||
|
|
||||||
## Related links
|
## Related links
|
||||||
[Cryptography building block]({{< ref cryptography >}})
|
[Cryptography building block]({{< ref cryptography >}})
|
|
@ -32,7 +32,12 @@ spec:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Spec metadata fields
|
## Spec metadata fields
|
||||||
For the Kubernetes secret store component, there are no metadata attributes.
|
|
||||||
|
| Field | Required | Details | Example |
|
||||||
|
|--------------------|:--------:|------------|-----|---------|
|
||||||
|
| `defaultNamespace` | N | Default namespace to retrieve secrets from. If unset, the `namespace` must be specified in each request metadata or via environment variable `NAMESPACE` | `"default-ns"` |
|
||||||
|
| `kubeconfigPath` | N | The path to the kubeconfig file. If not specified, the store uses the default in-cluster config value | `"/path/to/kubeconfig"`
|
||||||
|
|
||||||
|
|
||||||
## Optional per-request metadata properties
|
## Optional per-request metadata properties
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue