2023-03-28 23:48:58 +01:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
2023-08-21 12:31:54 -05:00
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
2023-03-28 23:48:58 +01:00
|
|
|
|
2022-05-23 10:37:52 -04:00
|
|
|
version: v1
|
|
|
|
managed:
|
|
|
|
enabled: true
|
|
|
|
go_package_prefix:
|
2023-02-17 16:14:46 -05:00
|
|
|
default: github.com/hashicorp/consul/proto-public
|
2023-11-28 14:46:11 -06:00
|
|
|
except:
|
|
|
|
- buf.build/k8s/api
|
|
|
|
|
2022-05-23 10:37:52 -04:00
|
|
|
plugins:
|
|
|
|
- name: go
|
|
|
|
out: .
|
|
|
|
opt: paths=source_relative
|
|
|
|
- name: go-grpc
|
|
|
|
out: .
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
|
|
|
- require_unimplemented_servers=false
|
|
|
|
- name: go-binary
|
|
|
|
out: .
|
2023-01-06 11:30:54 -05:00
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
2023-09-21 17:18:47 -04:00
|
|
|
- name: resource-types
|
|
|
|
out: .
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
|
|
|
strategy: all
|
2023-01-04 16:07:02 +00:00
|
|
|
- name: consul-rate-limit
|
|
|
|
out: .
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
2023-10-13 10:55:58 -04:00
|
|
|
- name: deepcopy
|
|
|
|
out: .
|
|
|
|
opt: paths=source_relative
|
|
|
|
- name: json-shim
|
|
|
|
out: .
|
|
|
|
opt: paths=source_relative
|
2024-01-12 11:54:07 -05:00
|
|
|
# Generate cloning clients that can be used in conjunction with github.com/fullstorydev/grpchan/inprocgrpc
|
|
|
|
# to safely do gRPC in-process
|
|
|
|
- name: grpc-clone
|
|
|
|
out: .
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|