We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support sub-push CRD with LabelKVs scope
当前 控制面 与 SDK 的 订阅/推送 机制中,SubscribeTarget 中的 SubscribeLabelKVs 不生效,因此仅支持 Namespace-App-Kind 订阅组范围内的数据推送,即当 同一个 Namespace-App-Kind 范围内中 任意一个 CRD 资源对象发生变动时,都会触发 推送动作,推送的数据是 整个 Namespace-App-Kind 订阅组范围内的 CRD 资源对象。
实现目标是,SubscribeTarget 中的 SubscribeLabelKVs 启用生效生效,即在 Namespace-App-Kind 订阅组范围的基础上,精确到 LabelKVs 标签组范围内的数据推送,即当 同一个 Namespace-App-Kind 范围内,同时匹配多个 label 的 CRD 资源对象发生变动时,触发对应的推送动作,推送的数据是 Namespace-App-Kind 范围基础上,同时匹配指定的 label 的 CRD 资源对象。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support sub-push CRD with LabelKVs scope
当前 控制面 与 SDK 的 订阅/推送 机制中,SubscribeTarget 中的 SubscribeLabelKVs 不生效,因此仅支持 Namespace-App-Kind 订阅组范围内的数据推送,即当 同一个 Namespace-App-Kind 范围内中 任意一个 CRD 资源对象发生变动时,都会触发 推送动作,推送的数据是 整个 Namespace-App-Kind 订阅组范围内的 CRD 资源对象。
实现目标是,SubscribeTarget 中的 SubscribeLabelKVs 启用生效生效,即在 Namespace-App-Kind 订阅组范围的基础上,精确到 LabelKVs 标签组范围内的数据推送,即当 同一个 Namespace-App-Kind 范围内,同时匹配多个 label 的 CRD 资源对象发生变动时,触发对应的推送动作,推送的数据是 Namespace-App-Kind 范围基础上,同时匹配指定的 label 的 CRD 资源对象。
The text was updated successfully, but these errors were encountered: