Skip to content

Commit

Permalink
Remove the old tsproto generated files. (#6083)
Browse files Browse the repository at this point in the history
<!--
Before you open the request please review the following guidelines and
tips to help it be more easily integrated:

 - Describe the scope of your change - i.e. what the change does.
 - Describe any known limitations with your change.
- Please run any tests or examples that can exercise your modified code.

 Thank you for contributing!
 -->

### Description of the change

<!-- Describe the scope of your change - i.e. what the change does. -->
Just a follow-up to #6044 which removes the now unused code.

### Benefits

<!-- What benefits will be realized by the code change? -->

### Possible drawbacks

<!-- Describe any known limitations with your change -->

### Applicable issues

<!-- Enter any applicable Issues here (You can reference an issue using
#) -->

- ref #6013 

### Additional information

<!-- If there's anything else that's important and relevant to your pull
request, mention that information here.-->

Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Mar 14, 2023
1 parent 48b72eb commit ac2a309
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 15,537 deletions.
10 changes: 0 additions & 10 deletions cmd/kubeapps-apis/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ plugins:
- allow_merge=true
- merge_file_name=kubeapps-apis
- allow_repeated_fields_in_body=true
# ts_proto plugin generates the typescript grpc-web compliant client for each operation
# See https://github.com/stephenh/ts-proto
- name: ts_proto
path: ../../dashboard/node_modules/.bin/protoc-gen-ts_proto
out: ../../dashboard/src/gen
strategy: all
opt:
- outputClientImpl=grpc-web # client implementation it generates
- esModuleInterop=true # use imports as required in modern ts setups
- useOptionals=messages # use optional TypeScript properties instead of undefined
- name: es
opt:
- target=ts
Expand Down
3 changes: 0 additions & 3 deletions dashboard/src/gen/kubeappsapis/apidocs/v1alpha1/apidocs.ts

This file was deleted.

0 comments on commit ac2a309

Please sign in to comment.