MasterKenway commented on issue #484: URL: https://github.com/apache/dubbo-go-pixiu/issues/484#issuecomment-1296255460
目前进度遇到使用 istio build-tools 生成 CRD 相关代码时遇到 import proto 文件查找失败的问题 repo: https://github.com/dubbo-go-pixiu/operator-api 日志如下: ``` kenway@DESKTOP-9LOOPCM:/mnt/d/Workspace/GolandProjects/api$ make gen ./clean.sh ./gen.sh Syncing ./networking/v1beta1/destination_rule.proto from networking/v1alpha3/destination_rule.proto Syncing ./networking/v1beta1/gateway.proto from networking/v1alpha3/gateway.proto Syncing ./networking/v1beta1/service_entry.proto from networking/v1alpha3/service_entry.proto Syncing ./networking/v1beta1/sidecar.proto from networking/v1alpha3/sidecar.proto Syncing ./networking/v1beta1/virtual_service.proto from networking/v1alpha3/virtual_service.proto Syncing ./networking/v1beta1/workload_entry.proto from networking/v1alpha3/workload_entry.proto Syncing ./networking/v1beta1/workload_group.proto from networking/v1alpha3/workload_group.proto authentication/v1alpha1/policy.proto:23:8:google/api/field_behavior.proto: does not exist networking/v1alpha3/destination_rule.proto:16:8:google/api/field_behavior.proto: does not exist networking/v1alpha3/envoy_filter.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1alpha3/gateway.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1alpha3/service_entry.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1alpha3/sidecar.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1alpha3/virtual_service.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1alpha3/workload_entry.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1alpha3/workload_group.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1beta1/destination_rule.proto:16:8:google/api/field_behavior.proto: does not exist networking/v1beta1/gateway.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1beta1/service_entry.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1beta1/sidecar.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1beta1/virtual_service.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1beta1/workload_entry.proto:17:8:google/api/field_behavior.proto: does not exist networking/v1beta1/workload_group.proto:17:8:google/api/field_behavior.proto: does not exist security/v1beta1/authorization_policy.proto:16:8:google/api/field_behavior.proto: does not exist security/v1beta1/jwt.proto:16:8:google/api/field_behavior.proto: does not exist type/v1beta1/selector.proto:16:8:google/api/field_behavior.proto: does not exist make[1]: *** [Makefile.core.mk:36: gen-proto] Error 100 make: *** [Makefile:44: gen] Error 2 ``` -- 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]
