-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds generated go client for oci-catalog that we'll use from syncer.
Signed-off-by: Michael Nelson <minelson@vmware.com>
- Loading branch information
1 parent
f928705
commit 8b66cff
Showing
6 changed files
with
772 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright 2021-2023 the Kubeapps contributors. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
version: v1beta1 | ||
plugins: | ||
- name: go | ||
out: gen | ||
opt: | ||
- module=github.com/vmware-tanzu/kubeapps/cmd/oci-catalog/gen | ||
- name: go-grpc | ||
out: gen | ||
opt: | ||
- module=github.com/vmware-tanzu/kubeapps/cmd/oci-catalog/gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright 2023 the Kubeapps contributors. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
version: v1beta1 | ||
name: "buf.build/kubeapps/oci-catalog" | ||
build: | ||
roots: | ||
- proto | ||
lint: | ||
use: | ||
- DEFAULT | ||
ignore_only: | ||
RPC_RESPONSE_STANDARD_NAME: | ||
- ocicatalog/v1alpha1/ocicatalog.proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.