An open API service indexing awesome lists of open source software.

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

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:
```