yin1999 commented on issue #279: URL: https://github.com/apache/dubbo-kubernetes/issues/279#issuecomment-2111830977
主要 Annotation 列表: - `dubbo.io/service`:服务名称(根据 Inbound/Outbound 关联的服务的名称所自动生成) - `dubbo.io/mesh`:服务网格名称 - `dubbo.io/protocol`:服务协议(根据 service 资源中标识的 `protocol` 等自动生成),用于 xDS 的 filter 配置。 - `dubbo.io/instance`:实例名称(headless 服务名称) - `dubbo.io/xds-enable`:标识是否启用 xDS 协议 - `dubbo.io/tags`:自定义标签 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
