Update docs/developer/develop/package/manifest.md

Co-authored-by: Meow33 <supermonkey03@163.com>
This commit is contained in:
Teng 2025-11-20 21:33:13 +08:00 committed by GitHub
parent ec5358f9b0
commit 24c68ada0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -431,7 +431,11 @@ All system API [providers](../advanced/provider.md) are list below:
Use this field to declare APIs from other applications that your app needs to access. The target application must have exposed a `providerName` in its own `provider` section (refer to the Provider section below).
Set the `appName` field to the `name` of the target application, and the `providerName` field to match the `name` specified in the target apps provider configuration. You can optionally use the `podSelectors` field to specify which pods in your app should have access. If this field is omitted, all pods in your app will be injected with the `outbound envoy sidecar` to enable access.
To configure access:
1. Set the `appName` field to the `name` of the target application.
2. Set the `providerName` field to match the `name` specified in the target apps provider configuration.
You can optionally use the `podSelectors` field to specify which pods in your app should have access. If this field is omitted, all pods in your app will be injected with the `outbound envoy sidecar` to enable access.
:::info Example for calling app
```Yaml