https://github.com/yindia/buf-registry
Buf Registry for k8s.io & protoc-gen-swagger. Maintained for @flyteorg
https://github.com/yindia/buf-registry
buf bufbuild kubernetes
Last synced: 3 months ago
JSON representation
Buf Registry for k8s.io & protoc-gen-swagger. Maintained for @flyteorg
- Host: GitHub
- URL: https://github.com/yindia/buf-registry
- Owner: yindia
- Created: 2022-04-09T07:14:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T08:10:45.000Z (about 3 years ago)
- Last Synced: 2025-01-14T13:54:31.810Z (5 months ago)
- Topics: buf, bufbuild, kubernetes
- Language: CUE
- Homepage: https://buf.build/evalsocket
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buf-registry
Buf Registry for k8s.io & protoc-gen-swagger## K8s.io
Updates to the source repository [API](https://github.com/kubernetes/api) & [apimachinery](https://github.com/kubernetes/apimachinery) are automatically synced on a periodic basis, and each BSR commit is tagged with corresponding Git commits.To depend on a specific Git commit, you can use it as your reference in your dependencies:
```yaml
deps:
- buf.build/ealsocket/k8s:
```## Protoc-gen-swagger
Updates to the [source repository](https://github.com/grpc-ecosystem/grpc-gateway) are automatically synced on a periodic basis, and each BSR commit is tagged with corresponding Git commits.
To depend on a specific Git commit, you can use it as your reference in your dependencies:
```yaml
deps:
- buf.build/ealsocket/protoc-gen-swagger:
```